Html Css Color HEX #AFA38D Bison Hide

📋 copy color: '#AFA38D'

red 175 ◦ green 163 ◦ blue 141

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

Shades of Bison Hide #AFA38D

Tints of Bison Hide #AFA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 36.53%
G = 34.03%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFA38D (or 0xAFA38D) is known color: Bison Hide. HEX triplet: AF, A3 and 8D. RGB value is (175,163,141). Sum of RGB (Red+Green+Blue) = 175+163+141=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38D is #505C72. Grayscale: #A4A4A4. Windows color (decimal): -5266547 or 9282479. OLE color: 9282479.

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

Color convert

RGB 175 163 141 -
CMYK 0 0.07 0.19 0.31
HSL 38.82º 0.18% 0.62% -
HSV(B) 38.82º 0.19% 0.69% -
XYZ 35.58 37.23 30.51 -
YUV 164.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 175 163 141 0 0.07 0.19 0.31 38.82 0.18 0.62
Hex AF A3 8D 0 7 13 1F 27 12 3E
Octal 257 243 215 0 7 23 37 47 22 76
Binary 10101111 10100011 10001101 0 111 10011 11111 100111 10010 111110

Color Harmonies of #AFA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA38D

Black with #AFA38D

Text Example


Text Example

White with #AFA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA38D; }

 p { color: rgb(175,163,141); }

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

background-color css

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

 a { background-color: rgb(175,163,141); }

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

border-color css

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

 span { border-color: rgb(175,163,141); }

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