#AFAC05

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

Shades of Citrus #AFAC05

Tints of Citrus #AFAC05

Color information

#AFAC05 (or 0xAFAC05) is unknown color: approx Citrus. HEX triplet: AF, AC and 05. RGB value is (175,172,5). Sum of RGB (Red+Green+Blue) = 175+172+5=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC05 is #5053FA. Grayscale: #9A9A9A. Windows color (decimal): -5264379 or 371887. OLE color: 371887.

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

Color convert

RGB1751725-
CMYK00.020.970.31
HSL58.94º94.44%35.29%-
HSV(B)58.94º97.14%68.63%-
XYZ32.4638.635.89-
YUV153.8643.99143.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=49.72%
G=48.86%
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
Decimal175172500.020.970.3158.9494.4435.29
HexAFAC502611F3b5e23
Octal257254502141377313643
Binary10101111101011001010101100001111111110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC05; }

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

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

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

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

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

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

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

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