Html Css Color HEX #AF9068 Mongoose

📋 copy color: '#AF9068'

red 175 ◦ green 144 ◦ blue 104

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

Shades of Mongoose #AF9068

Tints of Mongoose #AF9068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 41.37%
G = 34.04%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF9068 (or 0xAF9068) is known color: Mongoose. HEX triplet: AF, 90 and 68. RGB value is (175,144,104). Sum of RGB (Red+Green+Blue) = 175+144+104=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9068 is #506F97. Grayscale: #949494. Windows color (decimal): -5271448 or 6852783. OLE color: 6852783.

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

Color convert

RGB 175 144 104 -
CMYK 0 0.18 0.41 0.31
HSL 33.8º 0.31% 0.55% -
HSV(B) 33.8º 0.41% 0.69% -
XYZ 30.15 30.06 17.31 -
YUV 148.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 175 144 104 0 0.18 0.41 0.31 33.8 0.31 0.55
Hex AF 90 68 0 12 29 1F 22 1F 37
Octal 257 220 150 0 22 51 37 42 37 67
Binary 10101111 10010000 1101000 0 10010 101001 11111 100010 11111 110111

Color Harmonies of #AF9068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9068

Black with #AF9068

Text Example


Text Example

White with #AF9068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9068; }

 p { color: rgb(175,144,104); }

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

background-color css

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

 a { background-color: rgb(175,144,104); }

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

border-color css

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

 span { border-color: rgb(175,144,104); }

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