Html Css Color HEX #A8A355 Olive Green

📋 copy color: '#A8A355'

red 168 ◦ green 163 ◦ blue 85

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

Shades of Olive Green #A8A355

Tints of Olive Green #A8A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 40.38%
G = 39.18%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A8A355 (or 0xA8A355) is known color: Olive Green. HEX triplet: A8, A3 and 55. RGB value is (168,163,85). Sum of RGB (Red+Green+Blue) = 168+163+85=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A355 is #575CAA. Grayscale: #9B9B9B. Windows color (decimal): -5725355 or 5612456. OLE color: 5612456.

HSL color Cylindrical-coordinate representation of color #A8A355: hue angle of 56.39º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8A355 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 163 85 -
CMYK 0 0.03 0.49 0.34
HSL 56.39º 0.33% 0.5% -
HSV(B) 56.39º 0.49% 0.66% -
XYZ 30.89 35.18 13.76 -
YUV 155.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 168 163 85 0 0.03 0.49 0.34 56.39 0.33 0.5
Hex A8 A3 55 0 3 31 22 38 21 32
Octal 250 243 125 0 3 61 42 70 41 62
Binary 10101000 10100011 1010101 0 11 110001 100010 111000 100001 110010

Color Harmonies of #A8A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A355

Black with #A8A355

Text Example


Text Example

White with #A8A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A355; }

 p { color: rgb(168,163,85); }

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

background-color css

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

 a { background-color: rgb(168,163,85); }

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

border-color css

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

 span { border-color: rgb(168,163,85); }

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