#a28f2f

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

Shades of Reef Gold #A28F2F

Tints of Reef Gold #A28F2F

Color information

#A28F2F (or 0xA28F2F) is unknown color: approx Reef Gold. HEX triplet: A2, 8F and 2F. RGB value is (162,143,47). Sum of RGB (Red+Green+Blue) = 162+143+47=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F2F is #5D70D0. Grayscale: #8A8A8A. Windows color (decimal): -6123729 or 3116962. OLE color: 3116962.

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

Color convert

RGB16214347-
CMYK00.120.710.36
HSL50.09º55.02%40.98%-
HSV(B)50.09º70.99%63.53%-
XYZ25.2427.536.67-
YUV137.7476.79145.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=46.02%
G=40.62%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621434700.120.710.3650.0955.0240.98
HexA28F2F0C4724323729
Octal2422175701410744626751
Binary1010001010001111101111011001000111100100110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28f2f; }

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

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

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

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

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

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

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

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