#A2873A

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

Shades of Reef Gold #A2873A

Tints of Reef Gold #A2873A

Color information

#A2873A (or 0xA2873A) is unknown color: approx Reef Gold. HEX triplet: A2, 87 and 3A. RGB value is (162,135,58). Sum of RGB (Red+Green+Blue) = 162+135+58=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2873A is #5D78C5. Grayscale: #868686. Windows color (decimal): -6125766 or 3835810. OLE color: 3835810.

HSL color Cylindrical-coordinate representation of color #A2873A: hue angle of 44.42º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2873A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16213558-
CMYK00.170.640.36
HSL44.42º47.27%43.14%-
HSV(B)44.42º64.2%63.53%-
XYZ24.3325.317.61-
YUV134.2984.95147.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=45.63%
G=38.03%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621355800.170.640.3644.4247.2743.14
HexA2873A01140242c2f2b
Octal2422077202110044545753
Binary10100010100001111110100100011000000100100101100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2873A; }

 p { color: rgb(162,135,58); }

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

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

 a { background-color: rgb(162,135,58); }

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

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

 span { border-color: rgb(162,135,58); }

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