#AFAD03

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

Shades of Citrus #AFAD03

Tints of Citrus #AFAD03

Color information

#AFAD03 (or 0xAFAD03) is unknown color: approx Citrus. HEX triplet: AF, AD and 03. RGB value is (175,173,3). Sum of RGB (Red+Green+Blue) = 175+173+3=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAD03 is #5052FC. Grayscale: #9A9A9A. Windows color (decimal): -5264125 or 241071. OLE color: 241071.

HSL color Cylindrical-coordinate representation of color #AFAD03: hue angle of 59.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFAD03 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1751733-
CMYK00.010.980.31
HSL59.3º96.63%34.9%-
HSV(B)59.3º98.29%68.63%-
XYZ32.6439.015.9-
YUV154.2242.66142.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 173 (67.97% from 255) = 49.29%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=49.86%
G=49.29%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175173300.010.980.3159.396.6334.9
HexAFAD301621F3b6123
Octal257255301142377314143
Binary101011111010110111011100010111111110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD03; }

 p { color: rgb(175,173,3); }

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

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

 a { background-color: rgb(175,173,3); }

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

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

 span { border-color: rgb(175,173,3); }

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