Html Css Color HEX #A8A953 Olive Green

📋 copy color: '#A8A953'

red 168 ◦ green 169 ◦ blue 83

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

Shades of Olive Green #A8A953

Tints of Olive Green #A8A953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 40%
G = 40.24%
B = 19.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A8A953 (or 0xA8A953) is known color: Olive Green. HEX triplet: A8, A9 and 53. RGB value is (168,169,83). Sum of RGB (Red+Green+Blue) = 168+169+83=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A953 is #5756AC. Grayscale: #9F9F9F. Windows color (decimal): -5723821 or 5482920. OLE color: 5482920.

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

Color convert

RGB 168 169 83 -
CMYK 0.01 0 0.51 0.34
HSL 60.7º 0.34% 0.49% -
HSV(B) 60.7º 0.51% 0.66% -
XYZ 31.9 37.33 13.71 -
YUV 158.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 168 169 83 0.01 0 0.51 0.34 60.7 0.34 0.49
Hex A8 A9 53 1 0 33 22 3D 22 31
Octal 250 251 123 1 0 63 42 75 42 61
Binary 10101000 10101001 1010011 1 0 110011 100010 111101 100010 110001

Color Harmonies of #A8A953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A953

Black with #A8A953

Text Example


Text Example

White with #A8A953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A953; }

 p { color: rgb(168,169,83); }

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

background-color css

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

 a { background-color: rgb(168,169,83); }

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

border-color css

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

 span { border-color: rgb(168,169,83); }

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