Html Css Color HEX #AFA390 Bison Hide

📋 copy color: '#AFA390'

red 175 ◦ green 163 ◦ blue 144

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

Shades of Bison Hide #AFA390

Tints of Bison Hide #AFA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 36.31%
G = 33.82%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFA390 (or 0xAFA390) is known color: Bison Hide. HEX triplet: AF, A3 and 90. RGB value is (175,163,144). Sum of RGB (Red+Green+Blue) = 175+163+144=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA390 is #505C6F. Grayscale: #A4A4A4. Windows color (decimal): -5266544 or 9479087. OLE color: 9479087.

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

Color convert

RGB 175 163 144 -
CMYK 0 0.07 0.18 0.31
HSL 36.77º 0.16% 0.63% -
HSV(B) 36.77º 0.18% 0.69% -
XYZ 35.81 37.32 31.7 -
YUV 164.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 175 163 144 0 0.07 0.18 0.31 36.77 0.16 0.63
Hex AF A3 90 0 7 12 1F 25 10 3F
Octal 257 243 220 0 7 22 37 45 20 77
Binary 10101111 10100011 10010000 0 111 10010 11111 100101 10000 111111

Color Harmonies of #AFA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA390

Black with #AFA390

Text Example


Text Example

White with #AFA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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