Html Css Color HEX #A2962D Reef Gold

📋 copy color: '#A2962D'

red 162 ◦ green 150 ◦ blue 45

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

Shades of Reef Gold #A2962D

Tints of Reef Gold #A2962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 45.38%
G = 42.02%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2962D (or 0xA2962D) is known color: Reef Gold. HEX triplet: A2, 96 and 2D. RGB value is (162,150,45). Sum of RGB (Red+Green+Blue) = 162+150+45=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2962D is #5D69D2. Grayscale: #8E8E8E. Windows color (decimal): -6121939 or 2987682. OLE color: 2987682.

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

Color convert

RGB 162 150 45 -
CMYK 0 0.07 0.72 0.36
HSL 53.85º 0.57% 0.41% -
HSV(B) 53.85º 0.72% 0.64% -
XYZ 26.28 29.68 6.83 -
YUV 141.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 162 150 45 0 0.07 0.72 0.36 53.85 0.57 0.41
Hex A2 96 2D 0 7 48 24 36 39 29
Octal 242 226 55 0 7 110 44 66 71 51
Binary 10100010 10010110 101101 0 111 1001000 100100 110110 111001 101001

Color Harmonies of #A2962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2962D

Black with #A2962D

Text Example


Text Example

White with #A2962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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