#AEAC0B

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

Shades of Citrus #AEAC0B

Tints of Citrus #AEAC0B

Color information

#AEAC0B (or 0xAEAC0B) is unknown color: approx Citrus. HEX triplet: AE, AC and 0B. RGB value is (174,172,11). Sum of RGB (Red+Green+Blue) = 174+172+11=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC0B is #5153F4. Grayscale: #9A9A9A. Windows color (decimal): -5329909 or 765102. OLE color: 765102.

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

Color convert

RGB17417211-
CMYK00.010.940.32
HSL59.26º88.11%36.27%-
HSV(B)59.26º93.68%68.24%-
XYZ32.2738.536.05-
YUV154.2447.16142.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 172 (67.58% from 255) = 48.18%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=48.74%
G=48.18%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741721100.010.940.3259.2688.1136.27
HexAEACB015E203b5824
Octal2562541301136407313044
Binary101011101010110010110110111101000001110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC0B; }

 p { color: rgb(174,172,11); }

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

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

 a { background-color: rgb(174,172,11); }

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

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

 span { border-color: rgb(174,172,11); }

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