Html Css Color HEX #A99F60 Gimblet

📋 copy color: '#A99F60'

red 169 ◦ green 159 ◦ blue 96

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

Shades of Gimblet #A99F60

Tints of Gimblet #A99F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 39.86%
G = 37.5%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99F60 (or 0xA99F60) is known color: Gimblet. HEX triplet: A9, 9F and 60. RGB value is (169,159,96). Sum of RGB (Red+Green+Blue) = 169+159+96=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F60 is #56609F. Grayscale: #9B9B9B. Windows color (decimal): -5660832 or 6332329. OLE color: 6332329.

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

Color convert

RGB 169 159 96 -
CMYK 0 0.06 0.43 0.34
HSL 51.78º 0.3% 0.52% -
HSV(B) 51.78º 0.43% 0.66% -
XYZ 30.87 34.08 16.02 -
YUV 154.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 169 159 96 0 0.06 0.43 0.34 51.78 0.3 0.52
Hex A9 9F 60 0 6 2B 22 34 1E 34
Octal 251 237 140 0 6 53 42 64 36 64
Binary 10101001 10011111 1100000 0 110 101011 100010 110100 11110 110100

Color Harmonies of #A99F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99F60

Black with #A99F60

Text Example


Text Example

White with #A99F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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