Html Css Color HEX #A69853 Husk

📋 copy color: '#A69853'

red 166 ◦ green 152 ◦ blue 83

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

Shades of Husk #A69853

Tints of Husk #A69853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 41.4%
G = 37.91%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A69853 (or 0xA69853) is known color: Husk. HEX triplet: A6, 98 and 53. RGB value is (166,152,83). Sum of RGB (Red+Green+Blue) = 166+152+83=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A69853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69853 is #5967AC. Grayscale: #949494. Windows color (decimal): -5859245 or 5478566. OLE color: 5478566.

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

Color convert

RGB 166 152 83 -
CMYK 0 0.08 0.50 0.35
HSL 49.88º 0.33% 0.49% -
HSV(B) 49.88º 0.5% 0.65% -
XYZ 28.52 31.19 12.7 -
YUV 148.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 166 152 83 0 0.08 0.50 0.35 49.88 0.33 0.49
Hex A6 98 53 0 8 32 23 32 21 31
Octal 246 230 123 0 10 62 43 62 41 61
Binary 10100110 10011000 1010011 0 1000 110010 100011 110010 100001 110001

Color Harmonies of #A69853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69853

Black with #A69853

Text Example


Text Example

White with #A69853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69853; }

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

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

background-color css

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

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

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

border-color css

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

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

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