Html Css Color HEX #A2973C Reef Gold

📋 copy color: '#A2973C'

red 162 ◦ green 151 ◦ blue 60

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

Shades of Reef Gold #A2973C

Tints of Reef Gold #A2973C

RGB

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

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

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

R = 43.43%
G = 40.48%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2973C (or 0xA2973C) is known color: Reef Gold. HEX triplet: A2, 97 and 3C. RGB value is (162,151,60). Sum of RGB (Red+Green+Blue) = 162+151+60=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2973C is #5D68C3. Grayscale: #909090. Windows color (decimal): -6121668 or 3970978. OLE color: 3970978.

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

Color convert

RGB 162 151 60 -
CMYK 0 0.07 0.63 0.36
HSL 53.53º 0.46% 0.44% -
HSV(B) 53.53º 0.63% 0.64% -
XYZ 26.78 30.14 8.68 -
YUV 143.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 162 151 60 0 0.07 0.63 0.36 53.53 0.46 0.44
Hex A2 97 3C 0 7 3F 24 36 2E 2C
Octal 242 227 74 0 7 77 44 66 56 54
Binary 10100010 10010111 111100 0 111 111111 100100 110110 101110 101100

Color Harmonies of #A2973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2973C

Black with #A2973C

Text Example


Text Example

White with #A2973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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