Html Css Color HEX #A69A4A Husk

📋 copy color: '#A69A4A'

red 166 ◦ green 154 ◦ blue 74

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

Shades of Husk #A69A4A

Tints of Husk #A69A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 42.13%
G = 39.09%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A69A4A (or 0xA69A4A) is known color: Husk. HEX triplet: A6, 9A and 4A. RGB value is (166,154,74). Sum of RGB (Red+Green+Blue) = 166+154+74=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A4A is #5965B5. Grayscale: #949494. Windows color (decimal): -5858742 or 4889254. OLE color: 4889254.

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

Color convert

RGB 166 154 74 -
CMYK 0 0.07 0.55 0.35
HSL 52.17º 0.38% 0.47% -
HSV(B) 52.17º 0.55% 0.65% -
XYZ 28.52 31.71 11.1 -
YUV 148.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 166 154 74 0 0.07 0.55 0.35 52.17 0.38 0.47
Hex A6 9A 4A 0 7 37 23 34 26 2F
Octal 246 232 112 0 7 67 43 64 46 57
Binary 10100110 10011010 1001010 0 111 110111 100011 110100 100110 101111

Color Harmonies of #A69A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A4A

Black with #A69A4A

Text Example


Text Example

White with #A69A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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