#A28C2D

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

Shades of Reef Gold #A28C2D

Tints of Reef Gold #A28C2D

Color information

#A28C2D (or 0xA28C2D) is unknown color: approx Reef Gold. HEX triplet: A2, 8C and 2D. RGB value is (162,140,45). Sum of RGB (Red+Green+Blue) = 162+140+45=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2D is #5D73D2. Grayscale: #888888. Windows color (decimal): -6124499 or 2985122. OLE color: 2985122.

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

Color convert

RGB16214045-
CMYK00.140.720.36
HSL48.72º56.52%40.59%-
HSV(B)48.72º72.22%63.53%-
XYZ24.7526.636.32-
YUV135.7576.79146.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=46.69%
G=40.35%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621404500.140.720.3648.7256.5240.59
HexA28C2D0E4824313929
Octal2422145501611044617151
Binary1010001010001100101101011101001000100100110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C2D; }

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

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

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

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

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

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

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

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