Html Css Color HEX #A69748 Husk

📋 copy color: '#A69748'

red 166 ◦ green 151 ◦ blue 72

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

Shades of Husk #A69748

Tints of Husk #A69748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

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

R = 42.67%
G = 38.82%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69748 (or 0xA69748) is known color: Husk. HEX triplet: A6, 97 and 48. RGB value is (166,151,72). Sum of RGB (Red+Green+Blue) = 166+151+72=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69748 is #5968B7. Grayscale: #929292. Windows color (decimal): -5859512 or 4757414. OLE color: 4757414.

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

Color convert

RGB 166 151 72 -
CMYK 0 0.09 0.57 0.35
HSL 50.43º 0.39% 0.47% -
HSV(B) 50.43º 0.57% 0.65% -
XYZ 27.96 30.71 10.58 -
YUV 146.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 166 151 72 0 0.09 0.57 0.35 50.43 0.39 0.47
Hex A6 97 48 0 9 39 23 32 27 2F
Octal 246 227 110 0 11 71 43 62 47 57
Binary 10100110 10010111 1001000 0 1001 111001 100011 110010 100111 101111

Color Harmonies of #A69748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69748

Black with #A69748

Text Example


Text Example

White with #A69748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69748; }

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

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

background-color css

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

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

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

border-color css

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

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

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