Html Css Color HEX #AFA353 Husk

📋 copy color: '#AFA353'

red 175 ◦ green 163 ◦ blue 83

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

Shades of Husk #AFA353

Tints of Husk #AFA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 41.57%
G = 38.72%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AFA353 (or 0xAFA353) is known color: Husk. HEX triplet: AF, A3 and 53. RGB value is (175,163,83). Sum of RGB (Red+Green+Blue) = 175+163+83=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA353 is #505CAC. Grayscale: #9D9D9D. Windows color (decimal): -5266605 or 5481391. OLE color: 5481391.

HSL color Cylindrical-coordinate representation of color #AFA353: hue angle of 52.17º 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 #AFA353 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 83 -
CMYK 0 0.07 0.53 0.31
HSL 52.17º 0.37% 0.51% -
HSV(B) 52.17º 0.53% 0.69% -
XYZ 32.34 35.93 13.41 -
YUV 157.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 175 163 83 0 0.07 0.53 0.31 52.17 0.37 0.51
Hex AF A3 53 0 7 35 1F 34 25 33
Octal 257 243 123 0 7 65 37 64 45 63
Binary 10101111 10100011 1010011 0 111 110101 11111 110100 100101 110011

Color Harmonies of #AFA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA353

Black with #AFA353

Text Example


Text Example

White with #AFA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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