Html Css Color HEX #A2882F Reef Gold

📋 copy color: '#A2882F'

red 162 ◦ green 136 ◦ blue 47

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

Shades of Reef Gold #A2882F

Tints of Reef Gold #A2882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 46.96%
G = 39.42%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2882F (or 0xA2882F) is known color: Reef Gold. HEX triplet: A2, 88 and 2F. RGB value is (162,136,47). Sum of RGB (Red+Green+Blue) = 162+136+47=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2882F is #5D77D0. Grayscale: #868686. Windows color (decimal): -6125521 or 3115170. OLE color: 3115170.

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

Color convert

RGB 162 136 47 -
CMYK 0 0.16 0.71 0.36
HSL 46.43º 0.55% 0.41% -
HSV(B) 46.43º 0.71% 0.64% -
XYZ 24.22 25.49 6.33 -
YUV 133.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 162 136 47 0 0.16 0.71 0.36 46.43 0.55 0.41
Hex A2 88 2F 0 10 47 24 2E 37 29
Octal 242 210 57 0 20 107 44 56 67 51
Binary 10100010 10001000 101111 0 10000 1000111 100100 101110 110111 101001

Color Harmonies of #A2882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2882F

Black with #A2882F

Text Example


Text Example

White with #A2882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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