Html Css Color HEX #A9965A Husk

📋 copy color: '#A9965A'

red 169 ◦ green 150 ◦ blue 90

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

Shades of Husk #A9965A

Tints of Husk #A9965A

RGB

 RED value IS 169 (66.41% from 255) = 41.32%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 41.32%
G = 36.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9965A (or 0xA9965A) is known color: Husk. HEX triplet: A9, 96 and 5A. RGB value is (169,150,90). Sum of RGB (Red+Green+Blue) = 169+150+90=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9965A is #5669A5. Grayscale: #959595. Windows color (decimal): -5663142 or 5936809. OLE color: 5936809.

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

Color convert

RGB 169 150 90 -
CMYK 0 0.11 0.47 0.34
HSL 45.57º 0.31% 0.51% -
HSV(B) 45.57º 0.47% 0.66% -
XYZ 29.11 30.99 14.12 -
YUV 148.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 169 150 90 0 0.11 0.47 0.34 45.57 0.31 0.51
Hex A9 96 5A 0 B 2F 22 2E 1F 33
Octal 251 226 132 0 13 57 42 56 37 63
Binary 10101001 10010110 1011010 0 1011 101111 100010 101110 11111 110011

Color Harmonies of #A9965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9965A

Black with #A9965A

Text Example


Text Example

White with #A9965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9965A; }

 p { color: rgb(169,150,90); }

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

background-color css

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

 a { background-color: rgb(169,150,90); }

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

border-color css

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

 span { border-color: rgb(169,150,90); }

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