#AFAE00

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

Shades of Citrus #AFAE00

Tints of Citrus #AFAE00

Color information

#AFAE00 (or 0xAFAE00) is unknown color: approx Citrus. HEX triplet: AF, AE and 00. RGB value is (175,174,0). Sum of RGB (Red+Green+Blue) = 175+174+0=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE00 is #5051FF. Grayscale: #9B9B9B. Windows color (decimal): -5263872 or 44719. OLE color: 44719.

HSL color Cylindrical-coordinate representation of color #AFAE00: hue angle of 59.66º 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 #AFAE00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751740-
CMYK00.0110.31
HSL59.66º100%34.31%-
HSV(B)59.66º100%68.63%-
XYZ32.8239.395.87-
YUV154.4640.83142.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.14%
G=49.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175174000.0110.3159.6610034.31
HexAFAE001641F3c6422
Octal257256001144377414442
Binary10101111101011100011100100111111111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE00; }

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

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

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

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

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

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

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

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