#AFAA00

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

Shades of Citrus #AFAA00

Tints of Citrus #AFAA00

Color information

#AFAA00 (or 0xAFAA00) is unknown color: approx Citrus. HEX triplet: AF, AA and 00. RGB value is (175,170,0). Sum of RGB (Red+Green+Blue) = 175+170+0=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA00 is #5055FF. Grayscale: #989898. Windows color (decimal): -5264896 or 43695. OLE color: 43695.

HSL color Cylindrical-coordinate representation of color #AFAA00: hue angle of 58.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAA00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751700-
CMYK00.0310.31
HSL58.29º100%34.31%-
HSV(B)58.29º100%68.63%-
XYZ32.0537.865.62-
YUV152.1142.16144.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.72%
G=49.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175170000.0310.3158.2910034.31
HexAFAA003641F3a6422
Octal257252003144377214442
Binary101011111010101000111100100111111110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA00; }

 p { color: rgb(175,170,0); }

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

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

 a { background-color: rgb(175,170,0); }

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

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

 span { border-color: rgb(175,170,0); }

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