Html Css Color HEX #A99F5F Gimblet

📋 copy color: '#A99F5F'

red 169 ◦ green 159 ◦ blue 95

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

Shades of Gimblet #A99F5F

Tints of Gimblet #A99F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 39.95%
G = 37.59%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A99F5F (or 0xA99F5F) is known color: Gimblet. HEX triplet: A9, 9F and 5F. RGB value is (169,159,95). Sum of RGB (Red+Green+Blue) = 169+159+95=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F5F is #5660A0. Grayscale: #9A9A9A. Windows color (decimal): -5660833 or 6266793. OLE color: 6266793.

HSL color Cylindrical-coordinate representation of color #A99F5F: hue angle of 51.89º 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 #A99F5F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 159 95 -
CMYK 0 0.06 0.44 0.34
HSL 51.89º 0.3% 0.52% -
HSV(B) 51.89º 0.44% 0.66% -
XYZ 30.83 34.06 15.78 -
YUV 154.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 169 159 95 0 0.06 0.44 0.34 51.89 0.3 0.52
Hex A9 9F 5F 0 6 2C 22 34 1E 34
Octal 251 237 137 0 6 54 42 64 36 64
Binary 10101001 10011111 1011111 0 110 101100 100010 110100 11110 110100

Color Harmonies of #A99F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99F5F

Black with #A99F5F

Text Example


Text Example

White with #A99F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99F5F; }

 p { color: rgb(169,159,95); }

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

background-color css

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

 a { background-color: rgb(169,159,95); }

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

border-color css

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

 span { border-color: rgb(169,159,95); }

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