Html Css Color HEX #AFA592 Bison Hide

📋 copy color: '#AFA592'

red 175 ◦ green 165 ◦ blue 146

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

Shades of Bison Hide #AFA592

Tints of Bison Hide #AFA592

RGB

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

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

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

R = 36.01%
G = 33.95%
B = 30.04%

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

#AFA592 (or 0xAFA592) is known color: Bison Hide. HEX triplet: AF, A5 and 92. RGB value is (175,165,146). Sum of RGB (Red+Green+Blue) = 175+165+146=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA592 is #505A6D. Grayscale: #A5A5A5. Windows color (decimal): -5266030 or 9610671. OLE color: 9610671.

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

Color convert

RGB 175 165 146 -
CMYK 0 0.06 0.17 0.31
HSL 39.31º 0.15% 0.63% -
HSV(B) 39.31º 0.17% 0.69% -
XYZ 36.32 38.1 32.63 -
YUV 165.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 175 165 146 0 0.06 0.17 0.31 39.31 0.15 0.63
Hex AF A5 92 0 6 11 1F 27 F 3F
Octal 257 245 222 0 6 21 37 47 17 77
Binary 10101111 10100101 10010010 0 110 10001 11111 100111 1111 111111

Color Harmonies of #AFA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA592

Black with #AFA592

Text Example


Text Example

White with #AFA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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