Html Css Color HEX #AF9670 Mongoose

📋 copy color: '#AF9670'

red 175 ◦ green 150 ◦ blue 112

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

Shades of Mongoose #AF9670

Tints of Mongoose #AF9670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 40.05%
G = 34.32%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF9670 (or 0xAF9670) is known color: Mongoose. HEX triplet: AF, 96 and 70. RGB value is (175,150,112). Sum of RGB (Red+Green+Blue) = 175+150+112=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9670 is #50698F. Grayscale: #999999. Windows color (decimal): -5269904 or 7378607. OLE color: 7378607.

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

Color convert

RGB 175 150 112 -
CMYK 0 0.14 0.36 0.31
HSL 36.19º 0.28% 0.56% -
HSV(B) 36.19º 0.36% 0.69% -
XYZ 31.51 32.1 19.86 -
YUV 153.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 175 150 112 0 0.14 0.36 0.31 36.19 0.28 0.56
Hex AF 96 70 0 E 24 1F 24 1C 38
Octal 257 226 160 0 16 44 37 44 34 70
Binary 10101111 10010110 1110000 0 1110 100100 11111 100100 11100 111000

Color Harmonies of #AF9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9670

Black with #AF9670

Text Example


Text Example

White with #AF9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9670; }

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

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

background-color css

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

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

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

border-color css

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

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

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