Html Css Color HEX #A69658 Husk

📋 copy color: '#A69658'

red 166 ◦ green 150 ◦ blue 88

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

Shades of Husk #A69658

Tints of Husk #A69658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 41.09%
G = 37.13%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A69658 (or 0xA69658) is known color: Husk. HEX triplet: A6, 96 and 58. RGB value is (166,150,88). Sum of RGB (Red+Green+Blue) = 166+150+88=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A69658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69658 is #5969A7. Grayscale: #939393. Windows color (decimal): -5859752 or 5805734. OLE color: 5805734.

HSL color Cylindrical-coordinate representation of color #A69658: hue angle of 47.69º 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 #A69658 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 88 -
CMYK 0 0.10 0.47 0.35
HSL 47.69º 0.31% 0.5% -
HSV(B) 47.69º 0.47% 0.65% -
XYZ 28.39 30.62 13.65 -
YUV 147.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 166 150 88 0 0.10 0.47 0.35 47.69 0.31 0.5
Hex A6 96 58 0 A 2F 23 30 1F 32
Octal 246 226 130 0 12 57 43 60 37 62
Binary 10100110 10010110 1011000 0 1010 101111 100011 110000 11111 110010

Color Harmonies of #A69658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69658

Black with #A69658

Text Example


Text Example

White with #A69658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69658; }

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

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

background-color css

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

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

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

border-color css

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

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

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