Html Css Color HEX #AFA052 Husk

📋 copy color: '#AFA052'

red 175 ◦ green 160 ◦ blue 82

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

Shades of Husk #AFA052

Tints of Husk #AFA052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 41.97%
G = 38.37%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AFA052 (or 0xAFA052) is known color: Husk. HEX triplet: AF, A0 and 52. RGB value is (175,160,82). Sum of RGB (Red+Green+Blue) = 175+160+82=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA052 is #505FAD. Grayscale: #9B9B9B. Windows color (decimal): -5267374 or 5415087. OLE color: 5415087.

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

Color convert

RGB 175 160 82 -
CMYK 0 0.09 0.53 0.31
HSL 50.32º 0.37% 0.5% -
HSV(B) 50.32º 0.53% 0.69% -
XYZ 31.77 34.86 13.04 -
YUV 155.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 175 160 82 0 0.09 0.53 0.31 50.32 0.37 0.5
Hex AF A0 52 0 9 35 1F 32 25 32
Octal 257 240 122 0 11 65 37 62 45 62
Binary 10101111 10100000 1010010 0 1001 110101 11111 110010 100101 110010

Color Harmonies of #AFA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA052

Black with #AFA052

Text Example


Text Example

White with #AFA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA052; }

 p { color: rgb(175,160,82); }

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

background-color css

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

 a { background-color: rgb(175,160,82); }

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

border-color css

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

 span { border-color: rgb(175,160,82); }

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