Html Css Color HEX #A99E5D Gimblet

📋 copy color: '#A99E5D'

red 169 ◦ green 158 ◦ blue 93

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

Shades of Gimblet #A99E5D

Tints of Gimblet #A99E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 40.24%
G = 37.62%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A99E5D (or 0xA99E5D) is known color: Gimblet. HEX triplet: A9, 9E and 5D. RGB value is (169,158,93). Sum of RGB (Red+Green+Blue) = 169+158+93=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E5D is #5661A2. Grayscale: #9A9A9A. Windows color (decimal): -5661091 or 6135465. OLE color: 6135465.

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

Color convert

RGB 169 158 93 -
CMYK 0 0.07 0.45 0.34
HSL 51.32º 0.31% 0.51% -
HSV(B) 51.32º 0.45% 0.66% -
XYZ 30.56 33.68 15.25 -
YUV 153.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 169 158 93 0 0.07 0.45 0.34 51.32 0.31 0.51
Hex A9 9E 5D 0 7 2D 22 33 1F 33
Octal 251 236 135 0 7 55 42 63 37 63
Binary 10101001 10011110 1011101 0 111 101101 100010 110011 11111 110011

Color Harmonies of #A99E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99E5D

Black with #A99E5D

Text Example


Text Example

White with #A99E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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