Html Css Color HEX #AF9744 Husk

📋 copy color: '#AF9744'

red 175 ◦ green 151 ◦ blue 68

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

Shades of Husk #AF9744

Tints of Husk #AF9744

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 44.42%
G = 38.32%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9744 (or 0xAF9744) is known color: Husk. HEX triplet: AF, 97 and 44. RGB value is (175,151,68). Sum of RGB (Red+Green+Blue) = 175+151+68=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9744 is #5068BB. Grayscale: #959595. Windows color (decimal): -5269692 or 4495279. OLE color: 4495279.

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

Color convert

RGB 175 151 68 -
CMYK 0 0.14 0.61 0.31
HSL 46.54º 0.44% 0.48% -
HSV(B) 46.54º 0.61% 0.69% -
XYZ 29.79 31.66 10.01 -
YUV 148.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 175 151 68 0 0.14 0.61 0.31 46.54 0.44 0.48
Hex AF 97 44 0 E 3D 1F 2F 2C 30
Octal 257 227 104 0 16 75 37 57 54 60
Binary 10101111 10010111 1000100 0 1110 111101 11111 101111 101100 110000

Color Harmonies of #AF9744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9744

Black with #AF9744

Text Example


Text Example

White with #AF9744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9744; }

 p { color: rgb(175,151,68); }

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

background-color css

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

 a { background-color: rgb(175,151,68); }

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

border-color css

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

 span { border-color: rgb(175,151,68); }

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