Html Css Color HEX #A99D61 Gimblet

📋 copy color: '#A99D61'

red 169 ◦ green 157 ◦ blue 97

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

Shades of Gimblet #A99D61

Tints of Gimblet #A99D61

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 39.95%
G = 37.12%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A99D61 (or 0xA99D61) is known color: Gimblet. HEX triplet: A9, 9D and 61. RGB value is (169,157,97). Sum of RGB (Red+Green+Blue) = 169+157+97=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D61 is #56629E. Grayscale: #999999. Windows color (decimal): -5661343 or 6397353. OLE color: 6397353.

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

Color convert

RGB 169 157 97 -
CMYK 0 0.07 0.43 0.34
HSL 50º 0.3% 0.52% -
HSV(B) 50º 0.43% 0.66% -
XYZ 30.58 33.41 16.15 -
YUV 153.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 169 157 97 0 0.07 0.43 0.34 50 0.3 0.52
Hex A9 9D 61 0 7 2B 22 32 1E 34
Octal 251 235 141 0 7 53 42 62 36 64
Binary 10101001 10011101 1100001 0 111 101011 100010 110010 11110 110100

Color Harmonies of #A99D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D61

Black with #A99D61

Text Example


Text Example

White with #A99D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D61; }

 p { color: rgb(169,157,97); }

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

background-color css

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

 a { background-color: rgb(169,157,97); }

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

border-color css

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

 span { border-color: rgb(169,157,97); }

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