Html Css Color HEX #A7965B Husk

📋 copy color: '#A7965B'

red 167 ◦ green 150 ◦ blue 91

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

Shades of Husk #A7965B

Tints of Husk #A7965B

RGB

 RED value IS 167 (65.63% from 255) = 40.93%

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

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

R = 40.93%
G = 36.76%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7965B (or 0xA7965B) is known color: Husk. HEX triplet: A7, 96 and 5B. RGB value is (167,150,91). Sum of RGB (Red+Green+Blue) = 167+150+91=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7965B is #5869A4. Grayscale: #949494. Windows color (decimal): -5794213 or 6002343. OLE color: 6002343.

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

Color convert

RGB 167 150 91 -
CMYK 0 0.10 0.46 0.35
HSL 46.58º 0.3% 0.51% -
HSV(B) 46.58º 0.46% 0.65% -
XYZ 28.73 30.78 14.33 -
YUV 148.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 167 150 91 0 0.10 0.46 0.35 46.58 0.3 0.51
Hex A7 96 5B 0 A 2E 23 2F 1E 33
Octal 247 226 133 0 12 56 43 57 36 63
Binary 10100111 10010110 1011011 0 1010 101110 100011 101111 11110 110011

Color Harmonies of #A7965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7965B

Black with #A7965B

Text Example


Text Example

White with #A7965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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