Html Css Color HEX #AFA58D Bison Hide

📋 copy color: '#AFA58D'

red 175 ◦ green 165 ◦ blue 141

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

Shades of Bison Hide #AFA58D

Tints of Bison Hide #AFA58D

RGB

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

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

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

R = 36.38%
G = 34.3%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFA58D (or 0xAFA58D) is known color: Bison Hide. HEX triplet: AF, A5 and 8D. RGB value is (175,165,141). Sum of RGB (Red+Green+Blue) = 175+165+141=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA58D is #505A72. Grayscale: #A5A5A5. Windows color (decimal): -5266035 or 9282991. OLE color: 9282991.

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

Color convert

RGB 175 165 141 -
CMYK 0 0.06 0.19 0.31
HSL 42.35º 0.18% 0.62% -
HSV(B) 42.35º 0.19% 0.69% -
XYZ 35.94 37.95 30.63 -
YUV 165.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 175 165 141 0 0.06 0.19 0.31 42.35 0.18 0.62
Hex AF A5 8D 0 6 13 1F 2A 12 3E
Octal 257 245 215 0 6 23 37 52 22 76
Binary 10101111 10100101 10001101 0 110 10011 11111 101010 10010 111110

Color Harmonies of #AFA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA58D

Black with #AFA58D

Text Example


Text Example

White with #AFA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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