#A38E29

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

Shades of Reef Gold #A38E29

Tints of Reef Gold #A38E29

Color information

#A38E29 (or 0xA38E29) is unknown color: approx Reef Gold. HEX triplet: A3, 8E and 29. RGB value is (163,142,41). Sum of RGB (Red+Green+Blue) = 163+142+41=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E29 is #5C71D6. Grayscale: #898989. Windows color (decimal): -6058455 or 2723491. OLE color: 2723491.

HSL color Cylindrical-coordinate representation of color #A38E29: hue angle of 49.67º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A38E29 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16314241-
CMYK00.130.750.36
HSL49.67º59.8%40%-
HSV(B)49.67º74.85%63.92%-
XYZ25.1827.296.04-
YUV136.7773.96146.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 41 (16.41% from 255) = 11.85%
R=47.11%
G=41.04%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631424100.130.750.3649.6759.840
HexA38E290D4B24323c28
Octal2432165101511344627450
Binary1010001110001110101001011011001011100100110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E29; }

 p { color: rgb(163,142,41); }

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

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

 a { background-color: rgb(163,142,41); }

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

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

 span { border-color: rgb(163,142,41); }

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