Html Css Color HEX #A9A45F Gimblet

📋 copy color: '#A9A45F'

red 169 ◦ green 164 ◦ blue 95

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

Shades of Gimblet #A9A45F

Tints of Gimblet #A9A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

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

R = 39.49%
G = 38.32%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9A45F (or 0xA9A45F) is known color: Gimblet. HEX triplet: A9, A4 and 5F. RGB value is (169,164,95). Sum of RGB (Red+Green+Blue) = 169+164+95=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A45F is #565BA0. Grayscale: #9D9D9D. Windows color (decimal): -5659553 or 6268073. OLE color: 6268073.

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

Color convert

RGB 169 164 95 -
CMYK 0 0.03 0.44 0.34
HSL 55.95º 0.3% 0.52% -
HSV(B) 55.95º 0.44% 0.66% -
XYZ 31.7 35.81 16.07 -
YUV 157.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 169 164 95 0 0.03 0.44 0.34 55.95 0.3 0.52
Hex A9 A4 5F 0 3 2C 22 38 1E 34
Octal 251 244 137 0 3 54 42 70 36 64
Binary 10101001 10100100 1011111 0 11 101100 100010 111000 11110 110100

Color Harmonies of #A9A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A45F

Black with #A9A45F

Text Example


Text Example

White with #A9A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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