#A7AF03

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

Shades of Citrus #A7AF03

Tints of Citrus #A7AF03

Color information

#A7AF03 (or 0xA7AF03) is unknown color: approx Citrus. HEX triplet: A7, AF and 03. RGB value is (167,175,3). Sum of RGB (Red+Green+Blue) = 167+175+3=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AF03 is #5850FC. Grayscale: #999999. Windows color (decimal): -5787901 or 241575. OLE color: 241575.

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

Color convert

RGB1671753-
CMYK0.0500.980.31
HSL62.79º96.63%34.9%-
HSV(B)62.79º98.29%68.63%-
XYZ31.2838.885.94-
YUV15343.35137.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=48.41%
G=50.72%
B=0.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16717530.0500.980.3162.7996.6334.9
HexA7AF350621F3f6123
Octal247257350142377714143
Binary10100111101011111110101100010111111111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF03; }

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

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

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

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

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

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

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

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