Html Css Color HEX #A6952C Reef Gold

📋 copy color: '#A6952C'

red 166 ◦ green 149 ◦ blue 44

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

Shades of Reef Gold #A6952C

Tints of Reef Gold #A6952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 46.24%
G = 41.5%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6952C (or 0xA6952C) is known color: Reef Gold. HEX triplet: A6, 95 and 2C. RGB value is (166,149,44). Sum of RGB (Red+Green+Blue) = 166+149+44=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952C is #596AD3. Grayscale: #8E8E8E. Windows color (decimal): -5860052 or 2921894. OLE color: 2921894.

HSL color Cylindrical-coordinate representation of color #A6952C: hue angle of 51.64º degrees, saturation: 0.58, 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 #A6952C is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 44 -
CMYK 0 0.10 0.73 0.35
HSL 51.64º 0.58% 0.41% -
HSV(B) 51.64º 0.73% 0.65% -
XYZ 26.93 29.78 6.71 -
YUV 142.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 166 149 44 0 0.10 0.73 0.35 51.64 0.58 0.41
Hex A6 95 2C 0 A 49 23 34 3A 29
Octal 246 225 54 0 12 111 43 64 72 51
Binary 10100110 10010101 101100 0 1010 1001001 100011 110100 111010 101001

Color Harmonies of #A6952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6952C

Black with #A6952C

Text Example


Text Example

White with #A6952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6952C; }

 p { color: rgb(166,149,44); }

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

background-color css

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

 a { background-color: rgb(166,149,44); }

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

border-color css

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

 span { border-color: rgb(166,149,44); }

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