#A38431

Color #A38431 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A38431

Tints of Reef Gold #A38431

Color information

#A38431 (or 0xA38431) is unknown color: approx Reef Gold. HEX triplet: A3, 84 and 31. RGB value is (163,132,49). Sum of RGB (Red+Green+Blue) = 163+132+49=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A38431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38431 is #5C7BCE. Grayscale: #848484. Windows color (decimal): -6061007 or 3245219. OLE color: 3245219.

HSL color Cylindrical-coordinate representation of color #A38431: hue angle of 43.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A38431 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16313249-
CMYK00.190.700.36
HSL43.68º53.77%41.57%-
HSV(B)43.68º69.94%63.92%-
XYZ23.9124.516.38-
YUV131.8181.27150.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=47.38%
G=38.37%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631324900.190.700.3643.6853.7741.57
HexA3843101346242c362a
Octal2432046102310644546652
Binary10100011100001001100010100111000110100100101100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38431; }

 p { color: rgb(163,132,49); }

 H1.HeaderClassName
 {
   color: #A38431;
 }
 .AnyTagClassName
 {
   color: #A38431;
 }
</style>
background-color css

<style>
 a { background-color: #A38431; }

 a { background-color: rgb(163,132,49); }

 div.DivClassName
 {
   background-color: #A38431;
 }
 .BgClassName
 {
   background-color: #A38431;
 }
</style>
border-color css

<style>
 span { border-color: #A38431; }

 span { border-color: rgb(163,132,49); }

 td.TdClassName
 {
   border-color: #A38431;
 }
 .TagClassName
 {
   border-color: #A38431;
 }
</style>