Html Css Color HEX #AF876F Mongoose

📋 copy color: '#AF876F'

red 175 ◦ green 135 ◦ blue 111

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

Shades of Mongoose #AF876F

Tints of Mongoose #AF876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 41.57%
G = 32.07%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF876F (or 0xAF876F) is known color: Mongoose. HEX triplet: AF, 87 and 6F. RGB value is (175,135,111). Sum of RGB (Red+Green+Blue) = 175+135+111=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF876F is #507890. Grayscale: #909090. Windows color (decimal): -5273745 or 7309231. OLE color: 7309231.

HSL color Cylindrical-coordinate representation of color #AF876F: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF876F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 111 -
CMYK 0 0.23 0.37 0.31
HSL 22.5º 0.29% 0.56% -
HSV(B) 22.5º 0.37% 0.69% -
XYZ 29.21 27.59 18.82 -
YUV 144.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 175 135 111 0 0.23 0.37 0.31 22.5 0.29 0.56
Hex AF 87 6F 0 17 25 1F 16 1D 38
Octal 257 207 157 0 27 45 37 26 35 70
Binary 10101111 10000111 1101111 0 10111 100101 11111 10110 11101 111000

Color Harmonies of #AF876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF876F

Black with #AF876F

Text Example


Text Example

White with #AF876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF876F; }

 p { color: rgb(175,135,111); }

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

background-color css

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

 a { background-color: rgb(175,135,111); }

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

border-color css

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

 span { border-color: rgb(175,135,111); }

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