Html Css Color HEX #AF8F69 Mongoose

📋 copy color: '#AF8F69'

red 175 ◦ green 143 ◦ blue 105

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

Shades of Mongoose #AF8F69

Tints of Mongoose #AF8F69

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 41.37%
G = 33.81%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF8F69 (or 0xAF8F69) is known color: Mongoose. HEX triplet: AF, 8F and 69. RGB value is (175,143,105). Sum of RGB (Red+Green+Blue) = 175+143+105=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F69 is #507096. Grayscale: #949494. Windows color (decimal): -5271703 or 6918063. OLE color: 6918063.

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

Color convert

RGB 175 143 105 -
CMYK 0 0.18 0.40 0.31
HSL 32.57º 0.3% 0.55% -
HSV(B) 32.57º 0.4% 0.69% -
XYZ 30.05 29.78 17.53 -
YUV 148.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 175 143 105 0 0.18 0.40 0.31 32.57 0.3 0.55
Hex AF 8F 69 0 12 28 1F 21 1E 37
Octal 257 217 151 0 22 50 37 41 36 67
Binary 10101111 10001111 1101001 0 10010 101000 11111 100001 11110 110111

Color Harmonies of #AF8F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F69

Black with #AF8F69

Text Example


Text Example

White with #AF8F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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