Html Css Color HEX #A5A000 Citrus

📋 copy color: '#A5A000'

red 165 ◦ green 160 ◦ blue 0

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

Shades of Citrus #A5A000

Tints of Citrus #A5A000

RGB

 RED value IS 165 (64.84% from 255) = 50.77%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.77%
G = 49.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A5A000 (or 0xA5A000) is known color: Citrus. HEX triplet: A5, A0 and 00. RGB value is (165,160,0). Sum of RGB (Red+Green+Blue) = 165+160+0=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A000 is #5A5FFF. Grayscale: #8F8F8F. Windows color (decimal): -5922816 or 41125. OLE color: 41125.

HSL color Cylindrical-coordinate representation of color #A5A000: hue angle of 58.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5A000 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 0 -
CMYK 0 0.03 1 0.35
HSL 58.18º 1% 0.32% -
HSV(B) 58.18º 1% 0.65% -
XYZ 28.09 33.14 4.92 -
YUV 143.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 165 160 0 0 0.03 1 0.35 58.18 1 0.32
Hex A5 A0 0 0 3 64 23 3A 64 20
Octal 245 240 0 0 3 144 43 72 144 40
Binary 10100101 10100000 0 0 11 1100100 100011 111010 1100100 100000

Color Harmonies of #A5A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A000

Black with #A5A000

Text Example


Text Example

White with #A5A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A000; }

 p { color: rgb(165,160,0); }

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

background-color css

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

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

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

border-color css

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

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

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