Html Css Color HEX #A9A55F Olive Green

📋 copy color: '#A9A55F'

red 169 ◦ green 165 ◦ blue 95

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

Shades of Olive Green #A9A55F

Tints of Olive Green #A9A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

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

R = 39.39%
G = 38.46%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9A55F (or 0xA9A55F) is known color: Olive Green. HEX triplet: A9, A5 and 5F. RGB value is (169,165,95). Sum of RGB (Red+Green+Blue) = 169+165+95=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A55F is #565AA0. Grayscale: #9E9E9E. Windows color (decimal): -5659297 or 6268329. OLE color: 6268329.

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

Color convert

RGB 169 165 95 -
CMYK 0 0.02 0.44 0.34
HSL 56.76º 0.3% 0.52% -
HSV(B) 56.76º 0.44% 0.66% -
XYZ 31.88 36.17 16.13 -
YUV 158.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 169 165 95 0 0.02 0.44 0.34 56.76 0.3 0.52
Hex A9 A5 5F 0 2 2C 22 39 1E 34
Octal 251 245 137 0 2 54 42 71 36 64
Binary 10101001 10100101 1011111 0 10 101100 100010 111001 11110 110100

Color Harmonies of #A9A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A55F

Black with #A9A55F

Text Example


Text Example

White with #A9A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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