Html Css Color HEX #AFA153 Husk

📋 copy color: '#AFA153'

red 175 ◦ green 161 ◦ blue 83

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

Shades of Husk #AFA153

Tints of Husk #AFA153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 41.77%
G = 38.42%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AFA153 (or 0xAFA153) is known color: Husk. HEX triplet: AF, A1 and 53. RGB value is (175,161,83). Sum of RGB (Red+Green+Blue) = 175+161+83=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA153 is #505EAC. Grayscale: #9C9C9C. Windows color (decimal): -5267117 or 5480879. OLE color: 5480879.

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

Color convert

RGB 175 161 83 -
CMYK 0 0.08 0.53 0.31
HSL 50.87º 0.37% 0.51% -
HSV(B) 50.87º 0.53% 0.69% -
XYZ 31.99 35.23 13.3 -
YUV 156.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 175 161 83 0 0.08 0.53 0.31 50.87 0.37 0.51
Hex AF A1 53 0 8 35 1F 33 25 33
Octal 257 241 123 0 10 65 37 63 45 63
Binary 10101111 10100001 1010011 0 1000 110101 11111 110011 100101 110011

Color Harmonies of #AFA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA153

Black with #AFA153

Text Example


Text Example

White with #AFA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA153; }

 p { color: rgb(175,161,83); }

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

background-color css

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

 a { background-color: rgb(175,161,83); }

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

border-color css

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

 span { border-color: rgb(175,161,83); }

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