Html Css Color HEX #AF9269 Mongoose

📋 copy color: '#AF9269'

red 175 ◦ green 146 ◦ blue 105

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

Shades of Mongoose #AF9269

Tints of Mongoose #AF9269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 41.08%
G = 34.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF9269 (or 0xAF9269) is known color: Mongoose. HEX triplet: AF, 92 and 69. RGB value is (175,146,105). Sum of RGB (Red+Green+Blue) = 175+146+105=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9269 is #506D96. Grayscale: #969696. Windows color (decimal): -5270935 or 6918831. OLE color: 6918831.

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

Color convert

RGB 175 146 105 -
CMYK 0 0.17 0.40 0.31
HSL 35.14º 0.3% 0.55% -
HSV(B) 35.14º 0.4% 0.69% -
XYZ 30.51 30.69 17.68 -
YUV 150 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 175 146 105 0 0.17 0.40 0.31 35.14 0.3 0.55
Hex AF 92 69 0 11 28 1F 23 1E 37
Octal 257 222 151 0 21 50 37 43 36 67
Binary 10101111 10010010 1101001 0 10001 101000 11111 100011 11110 110111

Color Harmonies of #AF9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9269

Black with #AF9269

Text Example


Text Example

White with #AF9269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9269; }

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

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

background-color css

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

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

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

border-color css

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

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

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