#A48F29

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

Shades of Reef Gold #A48F29

Tints of Reef Gold #A48F29

Color information

#A48F29 (or 0xA48F29) is unknown color: approx Reef Gold. HEX triplet: A4, 8F and 29. RGB value is (164,143,41). Sum of RGB (Red+Green+Blue) = 164+143+41=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F29 is #5B70D6. Grayscale: #8A8A8A. Windows color (decimal): -5992663 or 2723748. OLE color: 2723748.

HSL color Cylindrical-coordinate representation of color #A48F29: hue angle of 49.76º 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 #A48F29 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16414341-
CMYK00.130.750.36
HSL49.76º60%40.2%-
HSV(B)49.76º75%64.31%-
XYZ25.5327.76.1-
YUV137.6573.46146.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=47.13%
G=41.09%
B=11.78%

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
Decimal1641434100.130.750.3649.766040.2
HexA48F290D4B24323c28
Octal2442175101511344627450
Binary1010010010001111101001011011001011100100110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F29; }

 p { color: rgb(164,143,41); }

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

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

 a { background-color: rgb(164,143,41); }

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

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

 span { border-color: rgb(164,143,41); }

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