Html Css Color HEX #A0A606 Citrus

📋 copy color: '#A0A606'

red 160 ◦ green 166 ◦ blue 6

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

Shades of Citrus #A0A606

Tints of Citrus #A0A606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 48.19%
G = 50%
B = 1.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A0A606 (or 0xA0A606) is known color: Citrus. HEX triplet: A0, A6 and 06. RGB value is (160,166,6). Sum of RGB (Red+Green+Blue) = 160+166+6=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A606 is #5F59F9. Grayscale: #929292. Windows color (decimal): -6248954 or 435872. OLE color: 435872.

HSL color Cylindrical-coordinate representation of color #A0A606: hue angle of 62.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0A606 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 6 -
CMYK 0.04 0 0.96 0.35
HSL 62.25º 0.93% 0.34% -
HSV(B) 62.25º 0.96% 0.65% -
XYZ 28.17 34.76 5.4 -
YUV 145.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 160 166 6 0.04 0 0.96 0.35 62.25 0.93 0.34
Hex A0 A6 6 4 0 60 23 3E 5D 22
Octal 240 246 6 4 0 140 43 76 135 42
Binary 10100000 10100110 110 100 0 1100000 100011 111110 1011101 100010

Color Harmonies of #A0A606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A606

Black with #A0A606

Text Example


Text Example

White with #A0A606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A606; }

 p { color: rgb(160,166,6); }

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

background-color css

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

 a { background-color: rgb(160,166,6); }

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

border-color css

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

 span { border-color: rgb(160,166,6); }

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