#AEAD0D

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

Shades of Citrus #AEAD0D

Tints of Citrus #AEAD0D

Color information

#AEAD0D (or 0xAEAD0D) is unknown color: approx Citrus. HEX triplet: AE, AD and 0D. RGB value is (174,173,13). Sum of RGB (Red+Green+Blue) = 174+173+13=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD0D is #5152F2. Grayscale: #9B9B9B. Windows color (decimal): -5329651 or 896430. OLE color: 896430.

HSL color Cylindrical-coordinate representation of color #AEAD0D: hue angle of 59.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEAD0D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB17417313-
CMYK00.010.930.32
HSL59.63º86.1%36.67%-
HSV(B)59.63º92.53%68.24%-
XYZ32.4738.916.18-
YUV155.0647.83141.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 13 (5.47% from 255) = 3.61%
R=48.33%
G=48.06%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741731300.010.930.3259.6386.136.67
HexAEADD015D203c5625
Octal2562551501135407412645
Binary101011101010110111010110111011000001111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD0D; }

 p { color: rgb(174,173,13); }

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

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

 a { background-color: rgb(174,173,13); }

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

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

 span { border-color: rgb(174,173,13); }

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