#A28F2D

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

Shades of Reef Gold #A28F2D

Tints of Reef Gold #A28F2D

Color information

#A28F2D (or 0xA28F2D) is unknown color: approx Reef Gold. HEX triplet: A2, 8F and 2D. RGB value is (162,143,45). Sum of RGB (Red+Green+Blue) = 162+143+45=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F2D is #5D70D2. Grayscale: #898989. Windows color (decimal): -6123731 or 2985890. OLE color: 2985890.

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

Color convert

RGB16214345-
CMYK00.120.720.36
HSL50.26º56.52%40.59%-
HSV(B)50.26º72.22%63.53%-
XYZ25.227.526.47-
YUV137.5175.79145.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=46.29%
G=40.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621434500.120.720.3650.2656.5240.59
HexA28F2D0C4824323929
Octal2422175501411044627151
Binary1010001010001111101101011001001000100100110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F2D; }

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

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

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

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

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

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

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

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