#AAAD08

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

Shades of Citrus #AAAD08

Tints of Citrus #AAAD08

Color information

#AAAD08 (or 0xAAAD08) is unknown color: approx Citrus. HEX triplet: AA, AD and 08. RGB value is (170,173,8). Sum of RGB (Red+Green+Blue) = 170+173+8=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD08 is #5552F7. Grayscale: #999999. Windows color (decimal): -5591800 or 568746. OLE color: 568746.

HSL color Cylindrical-coordinate representation of color #AAAD08: hue angle of 61.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAAD08 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1701738-
CMYK0.0200.950.32
HSL61.09º91.16%35.49%-
HSV(B)61.09º95.38%67.84%-
XYZ31.5638.455.99-
YUV153.2946.01139.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 173 (67.97% from 255) = 49.29%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=48.43%
G=49.29%
B=2.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17017380.0200.950.3261.0991.1635.49
HexAAAD8205F203d5b23
Octal2522551020137407513343
Binary1010101010101101100010010111111000001111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD08; }

 p { color: rgb(170,173,8); }

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

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

 a { background-color: rgb(170,173,8); }

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

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

 span { border-color: rgb(170,173,8); }

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