Html Css Color HEX #AF916D Mongoose

📋 copy color: '#AF916D'

red 175 ◦ green 145 ◦ blue 109

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

Shades of Mongoose #AF916D

Tints of Mongoose #AF916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 40.79%
G = 33.8%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF916D (or 0xAF916D) is known color: Mongoose. HEX triplet: AF, 91 and 6D. RGB value is (175,145,109). Sum of RGB (Red+Green+Blue) = 175+145+109=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF916D is #506E92. Grayscale: #969696. Windows color (decimal): -5271187 or 7180719. OLE color: 7180719.

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

Color convert

RGB 175 145 109 -
CMYK 0 0.17 0.38 0.31
HSL 32.73º 0.29% 0.56% -
HSV(B) 32.73º 0.38% 0.69% -
XYZ 30.56 30.47 18.74 -
YUV 149.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 175 145 109 0 0.17 0.38 0.31 32.73 0.29 0.56
Hex AF 91 6D 0 11 26 1F 21 1D 38
Octal 257 221 155 0 21 46 37 41 35 70
Binary 10101111 10010001 1101101 0 10001 100110 11111 100001 11101 111000

Color Harmonies of #AF916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF916D

Black with #AF916D

Text Example


Text Example

White with #AF916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF916D; }

 p { color: rgb(175,145,109); }

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

background-color css

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

 a { background-color: rgb(175,145,109); }

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

border-color css

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

 span { border-color: rgb(175,145,109); }

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