Html Css Color HEX #AFA356 Husk

📋 copy color: '#AFA356'

red 175 ◦ green 163 ◦ blue 86

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

Shades of Husk #AFA356

Tints of Husk #AFA356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 41.27%
G = 38.44%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AFA356 (or 0xAFA356) is known color: Husk. HEX triplet: AF, A3 and 56. RGB value is (175,163,86). Sum of RGB (Red+Green+Blue) = 175+163+86=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA356 is #505CA9. Grayscale: #9E9E9E. Windows color (decimal): -5266602 or 5677999. OLE color: 5677999.

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

Color convert

RGB 175 163 86 -
CMYK 0 0.07 0.51 0.31
HSL 51.91º 0.36% 0.51% -
HSV(B) 51.91º 0.51% 0.69% -
XYZ 32.46 35.98 14.04 -
YUV 157.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 175 163 86 0 0.07 0.51 0.31 51.91 0.36 0.51
Hex AF A3 56 0 7 33 1F 34 24 33
Octal 257 243 126 0 7 63 37 64 44 63
Binary 10101111 10100011 1010110 0 111 110011 11111 110100 100100 110011

Color Harmonies of #AFA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA356

Black with #AFA356

Text Example


Text Example

White with #AFA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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