Html Css Color HEX #A69850 Husk

📋 copy color: '#A69850'

red 166 ◦ green 152 ◦ blue 80

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

Shades of Husk #A69850

Tints of Husk #A69850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 41.71%
G = 38.19%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A69850 (or 0xA69850) is known color: Husk. HEX triplet: A6, 98 and 50. RGB value is (166,152,80). Sum of RGB (Red+Green+Blue) = 166+152+80=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69850 is #5967AF. Grayscale: #949494. Windows color (decimal): -5859248 or 5281958. OLE color: 5281958.

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

Color convert

RGB 166 152 80 -
CMYK 0 0.08 0.52 0.35
HSL 50.23º 0.35% 0.48% -
HSV(B) 50.23º 0.52% 0.65% -
XYZ 28.4 31.14 12.1 -
YUV 147.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 166 152 80 0 0.08 0.52 0.35 50.23 0.35 0.48
Hex A6 98 50 0 8 34 23 32 23 30
Octal 246 230 120 0 10 64 43 62 43 60
Binary 10100110 10011000 1010000 0 1000 110100 100011 110010 100011 110000

Color Harmonies of #A69850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69850

Black with #A69850

Text Example


Text Example

White with #A69850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69850; }

 p { color: rgb(166,152,80); }

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

background-color css

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

 a { background-color: rgb(166,152,80); }

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

border-color css

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

 span { border-color: rgb(166,152,80); }

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