Html Css Color HEX #A6972D Reef Gold

📋 copy color: '#A6972D'

red 166 ◦ green 151 ◦ blue 45

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

Shades of Reef Gold #A6972D

Tints of Reef Gold #A6972D

RGB

 RED value IS 166 (65.23% from 255) = 45.86%

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

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

R = 45.86%
G = 41.71%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6972D (or 0xA6972D) is known color: Reef Gold. HEX triplet: A6, 97 and 2D. RGB value is (166,151,45). Sum of RGB (Red+Green+Blue) = 166+151+45=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6972D is #5968D2. Grayscale: #8F8F8F. Windows color (decimal): -5859539 or 2987942. OLE color: 2987942.

HSL color Cylindrical-coordinate representation of color #A6972D: hue angle of 52.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6972D is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 45 -
CMYK 0 0.09 0.73 0.35
HSL 52.56º 0.57% 0.41% -
HSV(B) 52.56º 0.73% 0.65% -
XYZ 27.27 30.43 6.92 -
YUV 143.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 166 151 45 0 0.09 0.73 0.35 52.56 0.57 0.41
Hex A6 97 2D 0 9 49 23 35 39 29
Octal 246 227 55 0 11 111 43 65 71 51
Binary 10100110 10010111 101101 0 1001 1001001 100011 110101 111001 101001

Color Harmonies of #A6972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6972D

Black with #A6972D

Text Example


Text Example

White with #A6972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6972D; }

 p { color: rgb(166,151,45); }

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

background-color css

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

 a { background-color: rgb(166,151,45); }

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

border-color css

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

 span { border-color: rgb(166,151,45); }

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