Html Css Color HEX #AFA998 Bison Hide

📋 copy color: '#AFA998'

red 175 ◦ green 169 ◦ blue 152

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

Shades of Bison Hide #AFA998

Tints of Bison Hide #AFA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.07%

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 35.28%
G = 34.07%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA998 (or 0xAFA998) is known color: Bison Hide. HEX triplet: AF, A9 and 98. RGB value is (175,169,152). Sum of RGB (Red+Green+Blue) = 175+169+152=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA998 is #505667. Grayscale: #A8A8A8. Windows color (decimal): -5265000 or 10004911. OLE color: 10004911.

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

Color convert

RGB 175 169 152 -
CMYK 0 0.03 0.13 0.31
HSL 44.35º 0.13% 0.64% -
HSV(B) 44.35º 0.13% 0.69% -
XYZ 37.53 39.76 35.4 -
YUV 168.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 175 169 152 0 0.03 0.13 0.31 44.35 0.13 0.64
Hex AF A9 98 0 3 D 1F 2C D 40
Octal 257 251 230 0 3 15 37 54 15 100
Binary 10101111 10101001 10011000 0 11 1101 11111 101100 1101 1000000

Color Harmonies of #AFA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA998

Black with #AFA998

Text Example


Text Example

White with #AFA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA998; }

 p { color: rgb(175,169,152); }

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

background-color css

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

 a { background-color: rgb(175,169,152); }

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

border-color css

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

 span { border-color: rgb(175,169,152); }

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