Html Css Color HEX #AF9350 Husk

📋 copy color: '#AF9350'

red 175 ◦ green 147 ◦ blue 80

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

Shades of Husk #AF9350

Tints of Husk #AF9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 80 (31.64% from 255) = 19.9%

R = 43.53%
G = 36.57%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF9350 (or 0xAF9350) is known color: Husk. HEX triplet: AF, 93 and 50. RGB value is (175,147,80). Sum of RGB (Red+Green+Blue) = 175+147+80=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9350 is #506CAF. Grayscale: #949494. Windows color (decimal): -5270704 or 5280687. OLE color: 5280687.

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

Color convert

RGB 175 147 80 -
CMYK 0 0.16 0.54 0.31
HSL 42.32º 0.37% 0.5% -
HSV(B) 42.32º 0.54% 0.69% -
XYZ 29.56 30.56 11.93 -
YUV 147.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 175 147 80 0 0.16 0.54 0.31 42.32 0.37 0.5
Hex AF 93 50 0 10 36 1F 2A 25 32
Octal 257 223 120 0 20 66 37 52 45 62
Binary 10101111 10010011 1010000 0 10000 110110 11111 101010 100101 110010

Color Harmonies of #AF9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9350

Black with #AF9350

Text Example


Text Example

White with #AF9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9350; }

 p { color: rgb(175,147,80); }

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

background-color css

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

 a { background-color: rgb(175,147,80); }

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

border-color css

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

 span { border-color: rgb(175,147,80); }

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