Html Css Color HEX #A2873C Reef Gold

📋 copy color: '#A2873C'

red 162 ◦ green 135 ◦ blue 60

#A2873C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A2873C

Tints of Reef Gold #A2873C

RGB

 RED value IS 162 (63.67% from 255) = 45.38%

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 45.38%
G = 37.82%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2873C (or 0xA2873C) is known color: Reef Gold. HEX triplet: A2, 87 and 3C. RGB value is (162,135,60). Sum of RGB (Red+Green+Blue) = 162+135+60=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2873C is #5D78C3. Grayscale: #868686. Windows color (decimal): -6125764 or 3966882. OLE color: 3966882.

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

Color convert

RGB 162 135 60 -
CMYK 0 0.17 0.63 0.36
HSL 44.12º 0.46% 0.44% -
HSV(B) 44.12º 0.63% 0.64% -
XYZ 24.38 25.34 7.88 -
YUV 134.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 162 135 60 0 0.17 0.63 0.36 44.12 0.46 0.44
Hex A2 87 3C 0 11 3F 24 2C 2E 2C
Octal 242 207 74 0 21 77 44 54 56 54
Binary 10100010 10000111 111100 0 10001 111111 100100 101100 101110 101100

Color Harmonies of #A2873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2873C

Black with #A2873C

Text Example


Text Example

White with #A2873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2873C; }

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

 H1.HeaderClassName
 {
   color: #A2873C;
 }
 .AnyTagClassName
 {
   color: #A2873C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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