Html Css Color HEX #A8AB5F Olive Green

📋 copy color: '#A8AB5F'

red 168 ◦ green 171 ◦ blue 95

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

Shades of Olive Green #A8AB5F

Tints of Olive Green #A8AB5F

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 38.71%
G = 39.4%
B = 21.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A8AB5F (or 0xA8AB5F) is known color: Olive Green. HEX triplet: A8, AB and 5F. RGB value is (168,171,95). Sum of RGB (Red+Green+Blue) = 168+171+95=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB5F is #5754A0. Grayscale: #A1A1A1. Windows color (decimal): -5723297 or 6269864. OLE color: 6269864.

HSL color Cylindrical-coordinate representation of color #A8AB5F: hue angle of 62.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8AB5F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 95 -
CMYK 0.02 0 0.44 0.33
HSL 62.37º 0.31% 0.52% -
HSV(B) 62.37º 0.44% 0.67% -
XYZ 32.78 38.28 16.49 -
YUV 161.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 168 171 95 0.02 0 0.44 0.33 62.37 0.31 0.52
Hex A8 AB 5F 2 0 2C 21 3E 1F 34
Octal 250 253 137 2 0 54 41 76 37 64
Binary 10101000 10101011 1011111 10 0 101100 100001 111110 11111 110100

Color Harmonies of #A8AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB5F

Black with #A8AB5F

Text Example


Text Example

White with #A8AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB5F; }

 p { color: rgb(168,171,95); }

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

background-color css

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

 a { background-color: rgb(168,171,95); }

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

border-color css

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

 span { border-color: rgb(168,171,95); }

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