Html Css Color HEX #AF964E Husk

📋 copy color: '#AF964E'

red 175 ◦ green 150 ◦ blue 78

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

Shades of Husk #AF964E

Tints of Husk #AF964E

RGB

 RED value IS 175 (68.75% from 255) = 43.42%

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

 BLUE value IS 78 (30.86% from 255) = 19.35%

R = 43.42%
G = 37.22%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF964E (or 0xAF964E) is known color: Husk. HEX triplet: AF, 96 and 4E. RGB value is (175,150,78). Sum of RGB (Red+Green+Blue) = 175+150+78=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF964E is #5069B1. Grayscale: #959595. Windows color (decimal): -5269938 or 5150383. OLE color: 5150383.

HSL color Cylindrical-coordinate representation of color #AF964E: hue angle of 44.54º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF964E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 78 -
CMYK 0 0.14 0.55 0.31
HSL 44.54º 0.38% 0.5% -
HSV(B) 44.54º 0.55% 0.69% -
XYZ 29.96 31.48 11.7 -
YUV 149.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 175 150 78 0 0.14 0.55 0.31 44.54 0.38 0.5
Hex AF 96 4E 0 E 37 1F 2D 26 32
Octal 257 226 116 0 16 67 37 55 46 62
Binary 10101111 10010110 1001110 0 1110 110111 11111 101101 100110 110010

Color Harmonies of #AF964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF964E

Black with #AF964E

Text Example


Text Example

White with #AF964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF964E; }

 p { color: rgb(175,150,78); }

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

background-color css

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

 a { background-color: rgb(175,150,78); }

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

border-color css

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

 span { border-color: rgb(175,150,78); }

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