Html Css Color HEX #A6952D Reef Gold

📋 copy color: '#A6952D'

red 166 ◦ green 149 ◦ blue 45

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

Shades of Reef Gold #A6952D

Tints of Reef Gold #A6952D

RGB

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

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

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

R = 46.11%
G = 41.39%
B = 12.5%

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

#A6952D (or 0xA6952D) is known color: Reef Gold. HEX triplet: A6, 95 and 2D. RGB value is (166,149,45). Sum of RGB (Red+Green+Blue) = 166+149+45=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952D is #596AD2. Grayscale: #8E8E8E. Windows color (decimal): -5860051 or 2987430. OLE color: 2987430.

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

Color convert

RGB 166 149 45 -
CMYK 0 0.10 0.73 0.35
HSL 51.57º 0.57% 0.41% -
HSV(B) 51.57º 0.73% 0.65% -
XYZ 26.95 29.79 6.81 -
YUV 142.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 166 149 45 0 0.10 0.73 0.35 51.57 0.57 0.41
Hex A6 95 2D 0 A 49 23 34 39 29
Octal 246 225 55 0 12 111 43 64 71 51
Binary 10100110 10010101 101101 0 1010 1001001 100011 110100 111001 101001

Color Harmonies of #A6952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6952D

Black with #A6952D

Text Example


Text Example

White with #A6952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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