Html Css Color HEX #AF956C Mongoose

📋 copy color: '#AF956C'

red 175 ◦ green 149 ◦ blue 108

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

Shades of Mongoose #AF956C

Tints of Mongoose #AF956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

 BLUE value IS 108 (42.58% from 255) = 25%

R = 40.51%
G = 34.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF956C (or 0xAF956C) is known color: Mongoose. HEX triplet: AF, 95 and 6C. RGB value is (175,149,108). Sum of RGB (Red+Green+Blue) = 175+149+108=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF956C is #506A93. Grayscale: #989898. Windows color (decimal): -5270164 or 7116207. OLE color: 7116207.

HSL color Cylindrical-coordinate representation of color #AF956C: hue angle of 36.72º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF956C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 108 -
CMYK 0 0.15 0.38 0.31
HSL 36.72º 0.3% 0.55% -
HSV(B) 36.72º 0.38% 0.69% -
XYZ 31.13 31.69 18.66 -
YUV 152.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 175 149 108 0 0.15 0.38 0.31 36.72 0.3 0.55
Hex AF 95 6C 0 F 26 1F 25 1E 37
Octal 257 225 154 0 17 46 37 45 36 67
Binary 10101111 10010101 1101100 0 1111 100110 11111 100101 11110 110111

Color Harmonies of #AF956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF956C

Black with #AF956C

Text Example


Text Example

White with #AF956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF956C; }

 p { color: rgb(175,149,108); }

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

background-color css

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

 a { background-color: rgb(175,149,108); }

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

border-color css

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

 span { border-color: rgb(175,149,108); }

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