Html Css Color HEX #A69B56 Husk

📋 copy color: '#A69B56'

red 166 ◦ green 155 ◦ blue 86

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

Shades of Husk #A69B56

Tints of Husk #A69B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 40.79%
G = 38.08%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A69B56 (or 0xA69B56) is known color: Husk. HEX triplet: A6, 9B and 56. RGB value is (166,155,86). Sum of RGB (Red+Green+Blue) = 166+155+86=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B56 is #5964A9. Grayscale: #969696. Windows color (decimal): -5858474 or 5675942. OLE color: 5675942.

HSL color Cylindrical-coordinate representation of color #A69B56: hue angle of 51.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A69B56 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 86 -
CMYK 0 0.07 0.48 0.35
HSL 51.75º 0.32% 0.49% -
HSV(B) 51.75º 0.48% 0.65% -
XYZ 29.13 32.22 13.49 -
YUV 150.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 166 155 86 0 0.07 0.48 0.35 51.75 0.32 0.49
Hex A6 9B 56 0 7 30 23 34 20 31
Octal 246 233 126 0 7 60 43 64 40 61
Binary 10100110 10011011 1010110 0 111 110000 100011 110100 100000 110001

Color Harmonies of #A69B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B56

Black with #A69B56

Text Example


Text Example

White with #A69B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B56; }

 p { color: rgb(166,155,86); }

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

background-color css

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

 a { background-color: rgb(166,155,86); }

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

border-color css

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

 span { border-color: rgb(166,155,86); }

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