Html Css Color HEX #AF8E6A Mongoose

📋 copy color: '#AF8E6A'

red 175 ◦ green 142 ◦ blue 106

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

Shades of Mongoose #AF8E6A

Tints of Mongoose #AF8E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 41.37%
G = 33.57%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF8E6A (or 0xAF8E6A) is known color: Mongoose. HEX triplet: AF, 8E and 6A. RGB value is (175,142,106). Sum of RGB (Red+Green+Blue) = 175+142+106=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E6A is #507195. Grayscale: #939393. Windows color (decimal): -5271958 or 6983343. OLE color: 6983343.

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

Color convert

RGB 175 142 106 -
CMYK 0 0.19 0.39 0.31
HSL 31.3º 0.3% 0.55% -
HSV(B) 31.3º 0.39% 0.69% -
XYZ 29.95 29.5 17.75 -
YUV 147.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 175 142 106 0 0.19 0.39 0.31 31.3 0.3 0.55
Hex AF 8E 6A 0 13 27 1F 1F 1E 37
Octal 257 216 152 0 23 47 37 37 36 67
Binary 10101111 10001110 1101010 0 10011 100111 11111 11111 11110 110111

Color Harmonies of #AF8E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E6A

Black with #AF8E6A

Text Example


Text Example

White with #AF8E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E6A; }

 p { color: rgb(175,142,106); }

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

background-color css

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

 a { background-color: rgb(175,142,106); }

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

border-color css

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

 span { border-color: rgb(175,142,106); }

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