Html Css Color HEX #AFA250 Husk

📋 copy color: '#AFA250'

red 175 ◦ green 162 ◦ blue 80

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

Shades of Husk #AFA250

Tints of Husk #AFA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 41.97%
G = 38.85%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AFA250 (or 0xAFA250) is known color: Husk. HEX triplet: AF, A2 and 50. RGB value is (175,162,80). Sum of RGB (Red+Green+Blue) = 175+162+80=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA250 is #505DAF. Grayscale: #9C9C9C. Windows color (decimal): -5266864 or 5284527. OLE color: 5284527.

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

Color convert

RGB 175 162 80 -
CMYK 0 0.07 0.54 0.31
HSL 51.79º 0.37% 0.5% -
HSV(B) 51.79º 0.54% 0.69% -
XYZ 32.05 35.53 12.76 -
YUV 156.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 175 162 80 0 0.07 0.54 0.31 51.79 0.37 0.5
Hex AF A2 50 0 7 36 1F 34 25 32
Octal 257 242 120 0 7 66 37 64 45 62
Binary 10101111 10100010 1010000 0 111 110110 11111 110100 100101 110010

Color Harmonies of #AFA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA250

Black with #AFA250

Text Example


Text Example

White with #AFA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA250; }

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

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

background-color css

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

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

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

border-color css

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

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

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