Html Css Color HEX #A6962C Reef Gold

📋 copy color: '#A6962C'

red 166 ◦ green 150 ◦ blue 44

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

Shades of Reef Gold #A6962C

Tints of Reef Gold #A6962C

RGB

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

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

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

R = 46.11%
G = 41.67%
B = 12.22%

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

#A6962C (or 0xA6962C) is known color: Reef Gold. HEX triplet: A6, 96 and 2C. RGB value is (166,150,44). Sum of RGB (Red+Green+Blue) = 166+150+44=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6962C is #5969D3. Grayscale: #8F8F8F. Windows color (decimal): -5859796 or 2922150. OLE color: 2922150.

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

Color convert

RGB 166 150 44 -
CMYK 0 0.10 0.73 0.35
HSL 52.13º 0.58% 0.41% -
HSV(B) 52.13º 0.73% 0.65% -
XYZ 27.09 30.1 6.77 -
YUV 142.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 166 150 44 0 0.10 0.73 0.35 52.13 0.58 0.41
Hex A6 96 2C 0 A 49 23 34 3A 29
Octal 246 226 54 0 12 111 43 64 72 51
Binary 10100110 10010110 101100 0 1010 1001001 100011 110100 111010 101001

Color Harmonies of #A6962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6962C

Black with #A6962C

Text Example


Text Example

White with #A6962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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