Html Css Color HEX #AF8C66 Mongoose

📋 copy color: '#AF8C66'

red 175 ◦ green 140 ◦ blue 102

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

Shades of Mongoose #AF8C66

Tints of Mongoose #AF8C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 41.97%
G = 33.57%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF8C66 (or 0xAF8C66) is known color: Mongoose. HEX triplet: AF, 8C and 66. RGB value is (175,140,102). Sum of RGB (Red+Green+Blue) = 175+140+102=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C66 is #507399. Grayscale: #929292. Windows color (decimal): -5272474 or 6720687. OLE color: 6720687.

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

Color convert

RGB 175 140 102 -
CMYK 0 0.2 0.42 0.31
HSL 31.23º 0.31% 0.54% -
HSV(B) 31.23º 0.42% 0.69% -
XYZ 29.46 28.83 16.58 -
YUV 146.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 175 140 102 0 0.2 0.42 0.31 31.23 0.31 0.54
Hex AF 8C 66 0 14 2A 1F 1F 1F 36
Octal 257 214 146 0 24 52 37 37 37 66
Binary 10101111 10001100 1100110 0 10100 101010 11111 11111 11111 110110

Color Harmonies of #AF8C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C66

Black with #AF8C66

Text Example


Text Example

White with #AF8C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C66; }

 p { color: rgb(175,140,102); }

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

background-color css

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

 a { background-color: rgb(175,140,102); }

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

border-color css

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

 span { border-color: rgb(175,140,102); }

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