Html Css Color HEX #AF966F Mongoose

📋 copy color: '#AF966F'

red 175 ◦ green 150 ◦ blue 111

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

Shades of Mongoose #AF966F

Tints of Mongoose #AF966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 40.14%
G = 34.4%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF966F (or 0xAF966F) is known color: Mongoose. HEX triplet: AF, 96 and 6F. RGB value is (175,150,111). Sum of RGB (Red+Green+Blue) = 175+150+111=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966F is #506990. Grayscale: #999999. Windows color (decimal): -5269905 or 7313071. OLE color: 7313071.

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

Color convert

RGB 175 150 111 -
CMYK 0 0.14 0.37 0.31
HSL 36.56º 0.29% 0.56% -
HSV(B) 36.56º 0.37% 0.69% -
XYZ 31.45 32.07 19.57 -
YUV 153.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 175 150 111 0 0.14 0.37 0.31 36.56 0.29 0.56
Hex AF 96 6F 0 E 25 1F 25 1D 38
Octal 257 226 157 0 16 45 37 45 35 70
Binary 10101111 10010110 1101111 0 1110 100101 11111 100101 11101 111000

Color Harmonies of #AF966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF966F

Black with #AF966F

Text Example


Text Example

White with #AF966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF966F; }

 p { color: rgb(175,150,111); }

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

background-color css

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

 a { background-color: rgb(175,150,111); }

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

border-color css

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

 span { border-color: rgb(175,150,111); }

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