Html Css Color HEX #A99E5E Gimblet

📋 copy color: '#A99E5E'

red 169 ◦ green 158 ◦ blue 94

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

Shades of Gimblet #A99E5E

Tints of Gimblet #A99E5E

RGB

 RED value IS 169 (66.41% from 255) = 40.14%

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 40.14%
G = 37.53%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A99E5E (or 0xA99E5E) is known color: Gimblet. HEX triplet: A9, 9E and 5E. RGB value is (169,158,94). Sum of RGB (Red+Green+Blue) = 169+158+94=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E5E is #5661A1. Grayscale: #9A9A9A. Windows color (decimal): -5661090 or 6201001. OLE color: 6201001.

HSL color Cylindrical-coordinate representation of color #A99E5E: hue angle of 51.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A99E5E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 158 94 -
CMYK 0 0.07 0.44 0.34
HSL 51.2º 0.3% 0.52% -
HSV(B) 51.2º 0.44% 0.66% -
XYZ 30.61 33.7 15.48 -
YUV 153.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 169 158 94 0 0.07 0.44 0.34 51.2 0.3 0.52
Hex A9 9E 5E 0 7 2C 22 33 1E 34
Octal 251 236 136 0 7 54 42 63 36 64
Binary 10101001 10011110 1011110 0 111 101100 100010 110011 11110 110100

Color Harmonies of #A99E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99E5E

Black with #A99E5E

Text Example


Text Example

White with #A99E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99E5E; }

 p { color: rgb(169,158,94); }

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

background-color css

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

 a { background-color: rgb(169,158,94); }

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

border-color css

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

 span { border-color: rgb(169,158,94); }

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