#A7AC14

Color #A7AC14 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A7AC14

Tints of Citrus #A7AC14

Color information

#A7AC14 (or 0xA7AC14) is unknown color: approx Citrus. HEX triplet: A7, AC and 14. RGB value is (167,172,20). Sum of RGB (Red+Green+Blue) = 167+172+20=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AC14 is #5853EB. Grayscale: #999999. Windows color (decimal): -5788652 or 1354919. OLE color: 1354919.

HSL color Cylindrical-coordinate representation of color #A7AC14: hue angle of 61.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7AC14 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB16717220-
CMYK0.0300.880.33
HSL61.97º79.17%37.65%-
HSV(B)61.97º88.37%67.45%-
XYZ30.8237.776.33-
YUV153.1852.84137.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=46.52%
G=47.91%
B=5.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172200.0300.880.3361.9779.1737.65
HexA7AC143058213e4f26
Octal2472542430130417611746
Binary10100111101011001010011010110001000011111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC14; }

 p { color: rgb(167,172,20); }

 H1.HeaderClassName
 {
   color: #A7AC14;
 }
 .AnyTagClassName
 {
   color: #A7AC14;
 }
</style>
background-color css

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

 a { background-color: rgb(167,172,20); }

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

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

 span { border-color: rgb(167,172,20); }

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