Html Css Color HEX #AFA591 Bison Hide

📋 copy color: '#AFA591'

red 175 ◦ green 165 ◦ blue 145

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

Shades of Bison Hide #AFA591

Tints of Bison Hide #AFA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 36.08%
G = 34.02%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AFA591 (or 0xAFA591) is known color: Bison Hide. HEX triplet: AF, A5 and 91. RGB value is (175,165,145). Sum of RGB (Red+Green+Blue) = 175+165+145=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA591 is #505A6E. Grayscale: #A5A5A5. Windows color (decimal): -5266031 or 9545135. OLE color: 9545135.

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

Color convert

RGB 175 165 145 -
CMYK 0 0.06 0.17 0.31
HSL 40º 0.16% 0.63% -
HSV(B) 40º 0.17% 0.69% -
XYZ 36.25 38.07 32.23 -
YUV 165.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 175 165 145 0 0.06 0.17 0.31 40 0.16 0.63
Hex AF A5 91 0 6 11 1F 28 10 3F
Octal 257 245 221 0 6 21 37 50 20 77
Binary 10101111 10100101 10010001 0 110 10001 11111 101000 10000 111111

Color Harmonies of #AFA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA591

Black with #AFA591

Text Example


Text Example

White with #AFA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA591; }

 p { color: rgb(175,165,145); }

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

background-color css

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

 a { background-color: rgb(175,165,145); }

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

border-color css

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

 span { border-color: rgb(175,165,145); }

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