Html Css Color HEX #A6952B Reef Gold

📋 copy color: '#A6952B'

red 166 ◦ green 149 ◦ blue 43

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

Shades of Reef Gold #A6952B

Tints of Reef Gold #A6952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 46.37%
G = 41.62%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6952B (or 0xA6952B) is known color: Reef Gold. HEX triplet: A6, 95 and 2B. RGB value is (166,149,43). Sum of RGB (Red+Green+Blue) = 166+149+43=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952B is #596AD4. Grayscale: #8E8E8E. Windows color (decimal): -5860053 or 2856358. OLE color: 2856358.

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

Color convert

RGB 166 149 43 -
CMYK 0 0.10 0.74 0.35
HSL 51.71º 0.59% 0.41% -
HSV(B) 51.71º 0.74% 0.65% -
XYZ 26.91 29.78 6.61 -
YUV 142 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 166 149 43 0 0.10 0.74 0.35 51.71 0.59 0.41
Hex A6 95 2B 0 A 4A 23 34 3B 29
Octal 246 225 53 0 12 112 43 64 73 51
Binary 10100110 10010101 101011 0 1010 1001010 100011 110100 111011 101001

Color Harmonies of #A6952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6952B

Black with #A6952B

Text Example


Text Example

White with #A6952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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