Html Css Color HEX #A0A103 Citrus

📋 copy color: '#A0A103'

red 160 ◦ green 161 ◦ blue 3

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

Shades of Citrus #A0A103

Tints of Citrus #A0A103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.69%

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

R = 49.38%
G = 49.69%
B = 0.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A0A103 (or 0xA0A103) is known color: Citrus. HEX triplet: A0, A1 and 03. RGB value is (160,161,3). Sum of RGB (Red+Green+Blue) = 160+161+3=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A103 is #5F5EFC. Grayscale: #8F8F8F. Windows color (decimal): -6250237 or 237984. OLE color: 237984.

HSL color Cylindrical-coordinate representation of color #A0A103: hue angle of 60.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0A103 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 3 -
CMYK 0.01 0 0.98 0.37
HSL 60.38º 0.96% 0.32% -
HSV(B) 60.38º 0.98% 0.63% -
XYZ 27.26 32.97 5.01 -
YUV 142.69 49.17 140.35 -
System Red Green Blue C M Y K H S L
Decimal 160 161 3 0.01 0 0.98 0.37 60.38 0.96 0.32
Hex A0 A1 3 1 0 62 25 3C 60 20
Octal 240 241 3 1 0 142 45 74 140 40
Binary 10100000 10100001 11 1 0 1100010 100101 111100 1100000 100000

Color Harmonies of #A0A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A103

Black with #A0A103

Text Example


Text Example

White with #A0A103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A103; }

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

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

background-color css

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

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

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

border-color css

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

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

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