Html Css Color HEX #A69D58 Husk

📋 copy color: '#A69D58'

red 166 ◦ green 157 ◦ blue 88

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

Shades of Husk #A69D58

Tints of Husk #A69D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 40.39%
G = 38.2%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A69D58 (or 0xA69D58) is known color: Husk. HEX triplet: A6, 9D and 58. RGB value is (166,157,88). Sum of RGB (Red+Green+Blue) = 166+157+88=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D58 is #5962A7. Grayscale: #989898. Windows color (decimal): -5857960 or 5807526. OLE color: 5807526.

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

Color convert

RGB 166 157 88 -
CMYK 0 0.05 0.47 0.35
HSL 53.08º 0.31% 0.5% -
HSV(B) 53.08º 0.47% 0.65% -
XYZ 29.54 32.93 14.03 -
YUV 151.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 166 157 88 0 0.05 0.47 0.35 53.08 0.31 0.5
Hex A6 9D 58 0 5 2F 23 35 1F 32
Octal 246 235 130 0 5 57 43 65 37 62
Binary 10100110 10011101 1011000 0 101 101111 100011 110101 11111 110010

Color Harmonies of #A69D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D58

Black with #A69D58

Text Example


Text Example

White with #A69D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D58; }

 p { color: rgb(166,157,88); }

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

background-color css

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

 a { background-color: rgb(166,157,88); }

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

border-color css

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

 span { border-color: rgb(166,157,88); }

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