Html Css Color HEX #AFA492 Bison Hide

📋 copy color: '#AFA492'

red 175 ◦ green 164 ◦ blue 146

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

Shades of Bison Hide #AFA492

Tints of Bison Hide #AFA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 36.08%
G = 33.81%
B = 30.1%

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

#AFA492 (or 0xAFA492) is known color: Bison Hide. HEX triplet: AF, A4 and 92. RGB value is (175,164,146). Sum of RGB (Red+Green+Blue) = 175+164+146=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA492 is #505B6D. Grayscale: #A5A5A5. Windows color (decimal): -5266286 or 9610415. OLE color: 9610415.

HSL color Cylindrical-coordinate representation of color #AFA492: hue angle of 37.24º degrees, saturation: 0.15, 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 #AFA492 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 146 -
CMYK 0 0.06 0.17 0.31
HSL 37.24º 0.15% 0.63% -
HSV(B) 37.24º 0.17% 0.69% -
XYZ 36.14 37.74 32.57 -
YUV 165.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 175 164 146 0 0.06 0.17 0.31 37.24 0.15 0.63
Hex AF A4 92 0 6 11 1F 25 F 3F
Octal 257 244 222 0 6 21 37 45 17 77
Binary 10101111 10100100 10010010 0 110 10001 11111 100101 1111 111111

Color Harmonies of #AFA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA492

Black with #AFA492

Text Example


Text Example

White with #AFA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA492; }

 p { color: rgb(175,164,146); }

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

background-color css

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

 a { background-color: rgb(175,164,146); }

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

border-color css

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

 span { border-color: rgb(175,164,146); }

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