Html Css Color HEX #A69C48 Husk

📋 copy color: '#A69C48'

red 166 ◦ green 156 ◦ blue 72

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

Shades of Husk #A69C48

Tints of Husk #A69C48

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 42.13%
G = 39.59%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69C48 (or 0xA69C48) is known color: Husk. HEX triplet: A6, 9C and 48. RGB value is (166,156,72). Sum of RGB (Red+Green+Blue) = 166+156+72=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C48 is #5963B7. Grayscale: #959595. Windows color (decimal): -5858232 or 4758694. OLE color: 4758694.

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

Color convert

RGB 166 156 72 -
CMYK 0 0.06 0.57 0.35
HSL 53.62º 0.39% 0.47% -
HSV(B) 53.62º 0.57% 0.65% -
XYZ 28.78 32.35 10.86 -
YUV 149.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 166 156 72 0 0.06 0.57 0.35 53.62 0.39 0.47
Hex A6 9C 48 0 6 39 23 36 27 2F
Octal 246 234 110 0 6 71 43 66 47 57
Binary 10100110 10011100 1001000 0 110 111001 100011 110110 100111 101111

Color Harmonies of #A69C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C48

Black with #A69C48

Text Example


Text Example

White with #A69C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C48; }

 p { color: rgb(166,156,72); }

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

background-color css

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

 a { background-color: rgb(166,156,72); }

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

border-color css

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

 span { border-color: rgb(166,156,72); }

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