#A5AD17

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

Shades of Citrus #A5AD17

Tints of Citrus #A5AD17

Color information

#A5AD17 (or 0xA5AD17) is unknown color: approx Citrus. HEX triplet: A5, AD and 17. RGB value is (165,173,23). Sum of RGB (Red+Green+Blue) = 165+173+23=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD17 is #5A52E8. Grayscale: #9A9A9A. Windows color (decimal): -5919465 or 1551781. OLE color: 1551781.

HSL color Cylindrical-coordinate representation of color #A5AD17: hue angle of 63.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5AD17 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB16517323-
CMYK0.0500.870.32
HSL63.2º76.53%38.43%-
HSV(B)63.2º86.71%67.84%-
XYZ30.6237.956.52-
YUV153.5154.35136.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=45.71%
G=47.92%
B=6.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173230.0500.870.3263.276.5338.43
HexA5AD175057203f4d26
Octal2452552750127407711546
Binary101001011010110110111101010101111000001111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD17; }

 p { color: rgb(165,173,23); }

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

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

 a { background-color: rgb(165,173,23); }

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

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

 span { border-color: rgb(165,173,23); }

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