Html Css Color HEX #A69B5C Husk

📋 copy color: '#A69B5C'

red 166 ◦ green 155 ◦ blue 92

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

Shades of Husk #A69B5C

Tints of Husk #A69B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 40.19%
G = 37.53%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A69B5C (or 0xA69B5C) is known color: Husk. HEX triplet: A6, 9B and 5C. RGB value is (166,155,92). Sum of RGB (Red+Green+Blue) = 166+155+92=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B5C is #5964A3. Grayscale: #979797. Windows color (decimal): -5858468 or 6069158. OLE color: 6069158.

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

Color convert

RGB 166 155 92 -
CMYK 0 0.07 0.45 0.35
HSL 51.08º 0.29% 0.51% -
HSV(B) 51.08º 0.45% 0.65% -
XYZ 29.38 32.32 14.82 -
YUV 151.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 166 155 92 0 0.07 0.45 0.35 51.08 0.29 0.51
Hex A6 9B 5C 0 7 2D 23 33 1D 33
Octal 246 233 134 0 7 55 43 63 35 63
Binary 10100110 10011011 1011100 0 111 101101 100011 110011 11101 110011

Color Harmonies of #A69B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B5C

Black with #A69B5C

Text Example


Text Example

White with #A69B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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