Html Css Color HEX #AFA58F Bison Hide

📋 copy color: '#AFA58F'

red 175 ◦ green 165 ◦ blue 143

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

Shades of Bison Hide #AFA58F

Tints of Bison Hide #AFA58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 36.23%
G = 34.16%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFA58F (or 0xAFA58F) is known color: Bison Hide. HEX triplet: AF, A5 and 8F. RGB value is (175,165,143). Sum of RGB (Red+Green+Blue) = 175+165+143=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA58F is #505A70. Grayscale: #A5A5A5. Windows color (decimal): -5266033 or 9414063. OLE color: 9414063.

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

Color convert

RGB 175 165 143 -
CMYK 0 0.06 0.18 0.31
HSL 41.25º 0.17% 0.62% -
HSV(B) 41.25º 0.18% 0.69% -
XYZ 36.09 38.01 31.42 -
YUV 165.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 175 165 143 0 0.06 0.18 0.31 41.25 0.17 0.62
Hex AF A5 8F 0 6 12 1F 29 11 3E
Octal 257 245 217 0 6 22 37 51 21 76
Binary 10101111 10100101 10001111 0 110 10010 11111 101001 10001 111110

Color Harmonies of #AFA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA58F

Black with #AFA58F

Text Example


Text Example

White with #AFA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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