Html Css Color HEX #A8AF5C Olive Green

📋 copy color: '#A8AF5C'

red 168 ◦ green 175 ◦ blue 92

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

Shades of Olive Green #A8AF5C

Tints of Olive Green #A8AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 38.62%
G = 40.23%
B = 21.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A8AF5C (or 0xA8AF5C) is known color: Olive Green. HEX triplet: A8, AF and 5C. RGB value is (168,175,92). Sum of RGB (Red+Green+Blue) = 168+175+92=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5C is #5750A3. Grayscale: #A3A3A3. Windows color (decimal): -5722276 or 6074280. OLE color: 6074280.

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

Color convert

RGB 168 175 92 -
CMYK 0.04 0 0.47 0.31
HSL 65.06º 0.34% 0.52% -
HSV(B) 65.06º 0.47% 0.69% -
XYZ 33.41 39.76 16.04 -
YUV 163.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 168 175 92 0.04 0 0.47 0.31 65.06 0.34 0.52
Hex A8 AF 5C 4 0 2F 1F 41 22 34
Octal 250 257 134 4 0 57 37 101 42 64
Binary 10101000 10101111 1011100 100 0 101111 11111 1000001 100010 110100

Color Harmonies of #A8AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF5C

Black with #A8AF5C

Text Example


Text Example

White with #A8AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF5C; }

 p { color: rgb(168,175,92); }

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

background-color css

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

 a { background-color: rgb(168,175,92); }

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

border-color css

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

 span { border-color: rgb(168,175,92); }

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