Html Css Color HEX #AF8D6A Mongoose

📋 copy color: '#AF8D6A'

red 175 ◦ green 141 ◦ blue 106

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

Shades of Mongoose #AF8D6A

Tints of Mongoose #AF8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

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

R = 41.47%
G = 33.41%
B = 25.12%

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

#AF8D6A (or 0xAF8D6A) is known color: Mongoose. HEX triplet: AF, 8D and 6A. RGB value is (175,141,106). Sum of RGB (Red+Green+Blue) = 175+141+106=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D6A is #507295. Grayscale: #939393. Windows color (decimal): -5272214 or 6983087. OLE color: 6983087.

HSL color Cylindrical-coordinate representation of color #AF8D6A: hue angle of 30.43º 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 #AF8D6A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 106 -
CMYK 0 0.19 0.39 0.31
HSL 30.43º 0.3% 0.55% -
HSV(B) 30.43º 0.39% 0.69% -
XYZ 29.81 29.2 17.7 -
YUV 147.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 175 141 106 0 0.19 0.39 0.31 30.43 0.3 0.55
Hex AF 8D 6A 0 13 27 1F 1E 1E 37
Octal 257 215 152 0 23 47 37 36 36 67
Binary 10101111 10001101 1101010 0 10011 100111 11111 11110 11110 110111

Color Harmonies of #AF8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D6A

Black with #AF8D6A

Text Example


Text Example

White with #AF8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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