Html Css Color HEX #A0A903 Citrus

📋 copy color: '#A0A903'

red 160 ◦ green 169 ◦ blue 3

#A0A903
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A0A903

Tints of Citrus #A0A903

RGB

 RED value IS 160 (62.89% from 255) = 48.19%

 GREEN value IS 169 (66.41% from 255) = 50.9%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 48.19%
G = 50.9%
B = 0.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A0A903 (or 0xA0A903) is known color: Citrus. HEX triplet: A0, A9 and 03. RGB value is (160,169,3). Sum of RGB (Red+Green+Blue) = 160+169+3=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A903 is #5F56FC. Grayscale: #949494. Windows color (decimal): -6248189 or 240032. OLE color: 240032.

HSL color Cylindrical-coordinate representation of color #A0A903: hue angle of 63.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0A903 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 3 -
CMYK 0.05 0 0.98 0.34
HSL 63.25º 0.97% 0.34% -
HSV(B) 63.25º 0.98% 0.66% -
XYZ 28.7 35.86 5.49 -
YUV 147.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 160 169 3 0.05 0 0.98 0.34 63.25 0.97 0.34
Hex A0 A9 3 5 0 62 22 3F 61 22
Octal 240 251 3 5 0 142 42 77 141 42
Binary 10100000 10101001 11 101 0 1100010 100010 111111 1100001 100010

Color Harmonies of #A0A903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A903

Black with #A0A903

Text Example


Text Example

White with #A0A903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A903; }

 p { color: rgb(160,169,3); }

 H1.HeaderClassName
 {
   color: #A0A903;
 }
 .AnyTagClassName
 {
   color: #A0A903;
 }
</style>

background-color css

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

 a { background-color: rgb(160,169,3); }

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

border-color css

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

 span { border-color: rgb(160,169,3); }

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