Html Css Color HEX #A69A45 Husk

📋 copy color: '#A69A45'

red 166 ◦ green 154 ◦ blue 69

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

Shades of Husk #A69A45

Tints of Husk #A69A45

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 42.67%
G = 39.59%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A69A45 (or 0xA69A45) is known color: Husk. HEX triplet: A6, 9A and 45. RGB value is (166,154,69). Sum of RGB (Red+Green+Blue) = 166+154+69=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A45 is #5965BA. Grayscale: #949494. Windows color (decimal): -5858747 or 4561574. OLE color: 4561574.

HSL color Cylindrical-coordinate representation of color #A69A45: hue angle of 52.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69A45 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 154 69 -
CMYK 0 0.07 0.58 0.35
HSL 52.58º 0.41% 0.46% -
HSV(B) 52.58º 0.58% 0.65% -
XYZ 28.36 31.65 10.24 -
YUV 147.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 166 154 69 0 0.07 0.58 0.35 52.58 0.41 0.46
Hex A6 9A 45 0 7 3A 23 35 29 2E
Octal 246 232 105 0 7 72 43 65 51 56
Binary 10100110 10011010 1000101 0 111 111010 100011 110101 101001 101110

Color Harmonies of #A69A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A45

Black with #A69A45

Text Example


Text Example

White with #A69A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A45; }

 p { color: rgb(166,154,69); }

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

background-color css

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

 a { background-color: rgb(166,154,69); }

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

border-color css

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

 span { border-color: rgb(166,154,69); }

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