Html Css Color HEX #A2973F Reef Gold

📋 copy color: '#A2973F'

red 162 ◦ green 151 ◦ blue 63

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

Shades of Reef Gold #A2973F

Tints of Reef Gold #A2973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 63 (25% from 255) = 16.76%

R = 43.09%
G = 40.16%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2973F (or 0xA2973F) is known color: Reef Gold. HEX triplet: A2, 97 and 3F. RGB value is (162,151,63). Sum of RGB (Red+Green+Blue) = 162+151+63=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2973F is #5D68C0. Grayscale: #909090. Windows color (decimal): -6121665 or 4167586. OLE color: 4167586.

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

Color convert

RGB 162 151 63 -
CMYK 0 0.07 0.61 0.36
HSL 53.33º 0.44% 0.44% -
HSV(B) 53.33º 0.61% 0.64% -
XYZ 26.86 30.17 9.11 -
YUV 144.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 162 151 63 0 0.07 0.61 0.36 53.33 0.44 0.44
Hex A2 97 3F 0 7 3D 24 35 2C 2C
Octal 242 227 77 0 7 75 44 65 54 54
Binary 10100010 10010111 111111 0 111 111101 100100 110101 101100 101100

Color Harmonies of #A2973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2973F

Black with #A2973F

Text Example


Text Example

White with #A2973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2973F; }

 p { color: rgb(162,151,63); }

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

background-color css

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

 a { background-color: rgb(162,151,63); }

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

border-color css

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

 span { border-color: rgb(162,151,63); }

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