Html Css Color HEX #A6975B Husk

📋 copy color: '#A6975B'

red 166 ◦ green 151 ◦ blue 91

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

Shades of Husk #A6975B

Tints of Husk #A6975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 40.69%
G = 37.01%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6975B (or 0xA6975B) is known color: Husk. HEX triplet: A6, 97 and 5B. RGB value is (166,151,91). Sum of RGB (Red+Green+Blue) = 166+151+91=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6975B is #5968A4. Grayscale: #949494. Windows color (decimal): -5859493 or 6002598. OLE color: 6002598.

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

Color convert

RGB 166 151 91 -
CMYK 0 0.09 0.45 0.35
HSL 48º 0.3% 0.5% -
HSV(B) 48º 0.45% 0.65% -
XYZ 28.68 31 14.37 -
YUV 148.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 166 151 91 0 0.09 0.45 0.35 48 0.3 0.5
Hex A6 97 5B 0 9 2D 23 30 1E 32
Octal 246 227 133 0 11 55 43 60 36 62
Binary 10100110 10010111 1011011 0 1001 101101 100011 110000 11110 110010

Color Harmonies of #A6975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6975B

Black with #A6975B

Text Example


Text Example

White with #A6975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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