Html Css Color HEX #AFA895 Bison Hide

📋 copy color: '#AFA895'

red 175 ◦ green 168 ◦ blue 149

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

Shades of Bison Hide #AFA895

Tints of Bison Hide #AFA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 35.57%
G = 34.15%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA895 (or 0xAFA895) is known color: Bison Hide. HEX triplet: AF, A8 and 95. RGB value is (175,168,149). Sum of RGB (Red+Green+Blue) = 175+168+149=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA895 is #50576A. Grayscale: #A8A8A8. Windows color (decimal): -5265259 or 9808047. OLE color: 9808047.

HSL color Cylindrical-coordinate representation of color #AFA895: hue angle of 43.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA895 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 149 -
CMYK 0 0.04 0.15 0.31
HSL 43.85º 0.14% 0.64% -
HSV(B) 43.85º 0.15% 0.69% -
XYZ 37.11 39.29 34.06 -
YUV 167.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 175 168 149 0 0.04 0.15 0.31 43.85 0.14 0.64
Hex AF A8 95 0 4 F 1F 2C E 40
Octal 257 250 225 0 4 17 37 54 16 100
Binary 10101111 10101000 10010101 0 100 1111 11111 101100 1110 1000000

Color Harmonies of #AFA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA895

Black with #AFA895

Text Example


Text Example

White with #AFA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA895; }

 p { color: rgb(175,168,149); }

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

background-color css

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

 a { background-color: rgb(175,168,149); }

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

border-color css

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

 span { border-color: rgb(175,168,149); }

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