Html Css Color HEX #A68F75 Mongoose

📋 copy color: '#A68F75'

red 166 ◦ green 143 ◦ blue 117

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

Shades of Mongoose #A68F75

Tints of Mongoose #A68F75

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 38.97%
G = 33.57%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A68F75 (or 0xA68F75) is known color: Mongoose. HEX triplet: A6, 8F and 75. RGB value is (166,143,117). Sum of RGB (Red+Green+Blue) = 166+143+117=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F75 is #59708A. Grayscale: #939393. Windows color (decimal): -5861515 or 7704486. OLE color: 7704486.

HSL color Cylindrical-coordinate representation of color #A68F75: hue angle of 31.84º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68F75 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 117 -
CMYK 0 0.14 0.30 0.35
HSL 31.84º 0.22% 0.55% -
HSV(B) 31.84º 0.3% 0.65% -
XYZ 28.76 29.04 20.92 -
YUV 146.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 166 143 117 0 0.14 0.30 0.35 31.84 0.22 0.55
Hex A6 8F 75 0 E 1E 23 20 16 37
Octal 246 217 165 0 16 36 43 40 26 67
Binary 10100110 10001111 1110101 0 1110 11110 100011 100000 10110 110111

Color Harmonies of #A68F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F75

Black with #A68F75

Text Example


Text Example

White with #A68F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F75; }

 p { color: rgb(166,143,117); }

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

background-color css

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

 a { background-color: rgb(166,143,117); }

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

border-color css

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

 span { border-color: rgb(166,143,117); }

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