#AFAB05

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

Shades of Citrus #AFAB05

Tints of Citrus #AFAB05

Color information

#AFAB05 (or 0xAFAB05) is unknown color: approx Citrus. HEX triplet: AF, AB and 05. RGB value is (175,171,5). Sum of RGB (Red+Green+Blue) = 175+171+5=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB05 is #5054FA. Grayscale: #999999. Windows color (decimal): -5264635 or 371631. OLE color: 371631.

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

Color convert

RGB1751715-
CMYK00.020.970.31
HSL58.59º94.44%35.29%-
HSV(B)58.59º97.14%68.63%-
XYZ32.2738.255.83-
YUV153.2744.33143.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=49.86%
G=48.72%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175171500.020.970.3158.5994.4435.29
HexAFAB502611F3b5e23
Octal257253502141377313643
Binary10101111101010111010101100001111111110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB05; }

 p { color: rgb(175,171,5); }

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

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

 a { background-color: rgb(175,171,5); }

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

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

 span { border-color: rgb(175,171,5); }

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