Html Css Color HEX #A0AF7C Olivine

📋 copy color: '#A0AF7C'

red 160 ◦ green 175 ◦ blue 124

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

Shades of Olivine #A0AF7C

Tints of Olivine #A0AF7C

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 34.86%
G = 38.13%
B = 27.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A0AF7C (or 0xA0AF7C) is known color: Olivine. HEX triplet: A0, AF and 7C. RGB value is (160,175,124). Sum of RGB (Red+Green+Blue) = 160+175+124=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF7C is #5F5083. Grayscale: #A4A4A4. Windows color (decimal): -6246532 or 8171424. OLE color: 8171424.

HSL color Cylindrical-coordinate representation of color #A0AF7C: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0AF7C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 124 -
CMYK 0.09 0 0.29 0.31
HSL 77.65º 0.24% 0.59% -
HSV(B) 77.65º 0.29% 0.69% -
XYZ 33.47 39.59 24.95 -
YUV 164.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 160 175 124 0.09 0 0.29 0.31 77.65 0.24 0.59
Hex A0 AF 7C 9 0 1D 1F 4E 18 3B
Octal 240 257 174 11 0 35 37 116 30 73
Binary 10100000 10101111 1111100 1001 0 11101 11111 1001110 11000 111011

Color Harmonies of #A0AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF7C

Black with #A0AF7C

Text Example


Text Example

White with #A0AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF7C; }

 p { color: rgb(160,175,124); }

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

background-color css

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

 a { background-color: rgb(160,175,124); }

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

border-color css

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

 span { border-color: rgb(160,175,124); }

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