Html Css Color HEX #A8965B Husk

📋 copy color: '#A8965B'

red 168 ◦ green 150 ◦ blue 91

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

Shades of Husk #A8965B

Tints of Husk #A8965B

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 41.08%
G = 36.67%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8965B (or 0xA8965B) is known color: Husk. HEX triplet: A8, 96 and 5B. RGB value is (168,150,91). Sum of RGB (Red+Green+Blue) = 168+150+91=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8965B is #5769A4. Grayscale: #949494. Windows color (decimal): -5728677 or 6002344. OLE color: 6002344.

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

Color convert

RGB 168 150 91 -
CMYK 0 0.11 0.46 0.34
HSL 45.97º 0.31% 0.51% -
HSV(B) 45.97º 0.46% 0.66% -
XYZ 28.94 30.89 14.33 -
YUV 148.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 168 150 91 0 0.11 0.46 0.34 45.97 0.31 0.51
Hex A8 96 5B 0 B 2E 22 2E 1F 33
Octal 250 226 133 0 13 56 42 56 37 63
Binary 10101000 10010110 1011011 0 1011 101110 100010 101110 11111 110011

Color Harmonies of #A8965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8965B

Black with #A8965B

Text Example


Text Example

White with #A8965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8965B; }

 p { color: rgb(168,150,91); }

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

background-color css

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

 a { background-color: rgb(168,150,91); }

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

border-color css

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

 span { border-color: rgb(168,150,91); }

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