#ADAA08

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

Shades of Citrus #ADAA08

Tints of Citrus #ADAA08

Color information

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

HSL color Cylindrical-coordinate representation of color #ADAA08: hue angle of 58.91º 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 #ADAA08 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1731708-
CMYK00.020.950.32
HSL58.91º91.16%35.49%-
HSV(B)58.91º95.38%67.84%-
XYZ31.6537.655.83-
YUV152.4346.49142.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173170800.020.950.3258.9191.1635.49
HexADAA8025F203b5b23
Octal2552521002137407313343
Binary1010110110101010100001010111111000001110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA08; }

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

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

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

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

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

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

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

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