Html Css Color HEX #AF8C69 Mongoose

📋 copy color: '#AF8C69'

red 175 ◦ green 140 ◦ blue 105

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

Shades of Mongoose #AF8C69

Tints of Mongoose #AF8C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8C69 (or 0xAF8C69) is known color: Mongoose. HEX triplet: AF, 8C and 69. RGB value is (175,140,105). Sum of RGB (Red+Green+Blue) = 175+140+105=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C69 is #507396. Grayscale: #929292. Windows color (decimal): -5272471 or 6917295. OLE color: 6917295.

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

Color convert

RGB 175 140 105 -
CMYK 0 0.2 0.40 0.31
HSL 30º 0.3% 0.55% -
HSV(B) 30º 0.4% 0.69% -
XYZ 29.61 28.89 17.38 -
YUV 146.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 175 140 105 0 0.2 0.40 0.31 30 0.3 0.55
Hex AF 8C 69 0 14 28 1F 1E 1E 37
Octal 257 214 151 0 24 50 37 36 36 67
Binary 10101111 10001100 1101001 0 10100 101000 11111 11110 11110 110111

Color Harmonies of #AF8C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C69

Black with #AF8C69

Text Example


Text Example

White with #AF8C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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