#A28C2F

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

Shades of Reef Gold #A28C2F

Tints of Reef Gold #A28C2F

Color information

#A28C2F (or 0xA28C2F) is unknown color: approx Reef Gold. HEX triplet: A2, 8C and 2F. RGB value is (162,140,47). Sum of RGB (Red+Green+Blue) = 162+140+47=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2F is #5D73D0. Grayscale: #888888. Windows color (decimal): -6124497 or 3116194. OLE color: 3116194.

HSL color Cylindrical-coordinate representation of color #A28C2F: hue angle of 48.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A28C2F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16214047-
CMYK00.140.710.36
HSL48.52º55.02%40.98%-
HSV(B)48.52º70.99%63.53%-
XYZ24.7926.646.53-
YUV135.9877.79146.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=46.42%
G=40.11%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621404700.140.710.3648.5255.0240.98
HexA28C2F0E4724313729
Octal2422145701610744616751
Binary1010001010001100101111011101000111100100110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C2F; }

 p { color: rgb(162,140,47); }

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

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

 a { background-color: rgb(162,140,47); }

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

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

 span { border-color: rgb(162,140,47); }

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