Html Css Color HEX #A8A359 Olive Green

📋 copy color: '#A8A359'

red 168 ◦ green 163 ◦ blue 89

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

Shades of Olive Green #A8A359

Tints of Olive Green #A8A359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 40%
G = 38.81%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A8A359 (or 0xA8A359) is known color: Olive Green. HEX triplet: A8, A3 and 59. RGB value is (168,163,89). Sum of RGB (Red+Green+Blue) = 168+163+89=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A359 is #575CA6. Grayscale: #9C9C9C. Windows color (decimal): -5725351 or 5874600. OLE color: 5874600.

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

Color convert

RGB 168 163 89 -
CMYK 0 0.03 0.47 0.34
HSL 56.2º 0.31% 0.5% -
HSV(B) 56.2º 0.47% 0.66% -
XYZ 31.05 35.24 14.62 -
YUV 156.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 168 163 89 0 0.03 0.47 0.34 56.2 0.31 0.5
Hex A8 A3 59 0 3 2F 22 38 1F 32
Octal 250 243 131 0 3 57 42 70 37 62
Binary 10101000 10100011 1011001 0 11 101111 100010 111000 11111 110010

Color Harmonies of #A8A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A359

Black with #A8A359

Text Example


Text Example

White with #A8A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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