Html Css Color HEX #A69451 Husk

📋 copy color: '#A69451'

red 166 ◦ green 148 ◦ blue 81

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

Shades of Husk #A69451

Tints of Husk #A69451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 42.03%
G = 37.47%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A69451 (or 0xA69451) is known color: Husk. HEX triplet: A6, 94 and 51. RGB value is (166,148,81). Sum of RGB (Red+Green+Blue) = 166+148+81=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69451 is #596BAE. Grayscale: #929292. Windows color (decimal): -5860271 or 5346470. OLE color: 5346470.

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

Color convert

RGB 166 148 81 -
CMYK 0 0.11 0.51 0.35
HSL 47.29º 0.34% 0.48% -
HSV(B) 47.29º 0.51% 0.65% -
XYZ 27.8 29.88 12.09 -
YUV 145.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 166 148 81 0 0.11 0.51 0.35 47.29 0.34 0.48
Hex A6 94 51 0 B 33 23 2F 22 30
Octal 246 224 121 0 13 63 43 57 42 60
Binary 10100110 10010100 1010001 0 1011 110011 100011 101111 100010 110000

Color Harmonies of #A69451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69451

Black with #A69451

Text Example


Text Example

White with #A69451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69451; }

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

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

background-color css

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

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

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

border-color css

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

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

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