Html Css Color HEX #A2882D Reef Gold

📋 copy color: '#A2882D'

red 162 ◦ green 136 ◦ blue 45

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

Shades of Reef Gold #A2882D

Tints of Reef Gold #A2882D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 47.23%
G = 39.65%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2882D (or 0xA2882D) is known color: Reef Gold. HEX triplet: A2, 88 and 2D. RGB value is (162,136,45). Sum of RGB (Red+Green+Blue) = 162+136+45=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2882D is #5D77D2. Grayscale: #858585. Windows color (decimal): -6125523 or 2984098. OLE color: 2984098.

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

Color convert

RGB 162 136 45 -
CMYK 0 0.16 0.72 0.36
HSL 46.67º 0.57% 0.41% -
HSV(B) 46.67º 0.72% 0.64% -
XYZ 24.18 25.48 6.13 -
YUV 133.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 162 136 45 0 0.16 0.72 0.36 46.67 0.57 0.41
Hex A2 88 2D 0 10 48 24 2F 39 29
Octal 242 210 55 0 20 110 44 57 71 51
Binary 10100010 10001000 101101 0 10000 1001000 100100 101111 111001 101001

Color Harmonies of #A2882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2882D

Black with #A2882D

Text Example


Text Example

White with #A2882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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