Html Css Color HEX #A0A005 Citrus

📋 copy color: '#A0A005'

red 160 ◦ green 160 ◦ blue 5

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

Shades of Citrus #A0A005

Tints of Citrus #A0A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.23%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 49.23%
G = 49.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A0A005 (or 0xA0A005) is known color: Citrus. HEX triplet: A0, A0 and 05. RGB value is (160,160,5). Sum of RGB (Red+Green+Blue) = 160+160+5=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A005 is #5F5FFA. Grayscale: #8E8E8E. Windows color (decimal): -6250491 or 368800. OLE color: 368800.

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

Color convert

RGB 160 160 5 -
CMYK 0 0 0.97 0.37
HSL 60º 0.94% 0.32% -
HSV(B) 60º 0.97% 0.63% -
XYZ 27.1 32.63 5.01 -
YUV 142.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 160 160 5 0 0 0.97 0.37 60 0.94 0.32
Hex A0 A0 5 0 0 61 25 3C 5E 20
Octal 240 240 5 0 0 141 45 74 136 40
Binary 10100000 10100000 101 0 0 1100001 100101 111100 1011110 100000

Color Harmonies of #A0A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A005

Black with #A0A005

Text Example


Text Example

White with #A0A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A005; }

 p { color: rgb(160,160,5); }

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

background-color css

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

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

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

border-color css

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

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

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