Html Css Color HEX #A69458 Husk

📋 copy color: '#A69458'

red 166 ◦ green 148 ◦ blue 88

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

Shades of Husk #A69458

Tints of Husk #A69458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 41.29%
G = 36.82%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A69458 (or 0xA69458) is known color: Husk. HEX triplet: A6, 94 and 58. RGB value is (166,148,88). Sum of RGB (Red+Green+Blue) = 166+148+88=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69458 is #596BA7. Grayscale: #929292. Windows color (decimal): -5860264 or 5805222. OLE color: 5805222.

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

Color convert

RGB 166 148 88 -
CMYK 0 0.11 0.47 0.35
HSL 46.15º 0.31% 0.5% -
HSV(B) 46.15º 0.47% 0.65% -
XYZ 28.08 29.99 13.54 -
YUV 146.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 166 148 88 0 0.11 0.47 0.35 46.15 0.31 0.5
Hex A6 94 58 0 B 2F 23 2E 1F 32
Octal 246 224 130 0 13 57 43 56 37 62
Binary 10100110 10010100 1011000 0 1011 101111 100011 101110 11111 110010

Color Harmonies of #A69458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69458

Black with #A69458

Text Example


Text Example

White with #A69458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69458; }

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

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

background-color css

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

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

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

border-color css

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

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

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