Html Css Color HEX #A9A35F Gimblet

📋 copy color: '#A9A35F'

red 169 ◦ green 163 ◦ blue 95

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

Shades of Gimblet #A9A35F

Tints of Gimblet #A9A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

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

R = 39.58%
G = 38.17%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9A35F (or 0xA9A35F) is known color: Gimblet. HEX triplet: A9, A3 and 5F. RGB value is (169,163,95). Sum of RGB (Red+Green+Blue) = 169+163+95=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A35F is #565CA0. Grayscale: #9D9D9D. Windows color (decimal): -5659809 or 6267817. OLE color: 6267817.

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

Color convert

RGB 169 163 95 -
CMYK 0 0.04 0.44 0.34
HSL 55.14º 0.3% 0.52% -
HSV(B) 55.14º 0.44% 0.66% -
XYZ 31.52 35.46 16.01 -
YUV 157.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 169 163 95 0 0.04 0.44 0.34 55.14 0.3 0.52
Hex A9 A3 5F 0 4 2C 22 37 1E 34
Octal 251 243 137 0 4 54 42 67 36 64
Binary 10101001 10100011 1011111 0 100 101100 100010 110111 11110 110100

Color Harmonies of #A9A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A35F

Black with #A9A35F

Text Example


Text Example

White with #A9A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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