Html Css Color HEX #A0A504 Citrus

📋 copy color: '#A0A504'

red 160 ◦ green 165 ◦ blue 4

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

Shades of Citrus #A0A504

Tints of Citrus #A0A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.15%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 48.63%
G = 50.15%
B = 1.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A0A504 (or 0xA0A504) is known color: Citrus. HEX triplet: A0, A5 and 04. RGB value is (160,165,4). Sum of RGB (Red+Green+Blue) = 160+165+4=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A504 is #5F5AFB. Grayscale: #919191. Windows color (decimal): -6249212 or 304544. OLE color: 304544.

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

Color convert

RGB 160 165 4 -
CMYK 0.03 0 0.98 0.35
HSL 61.86º 0.95% 0.33% -
HSV(B) 61.86º 0.98% 0.65% -
XYZ 27.97 34.39 5.28 -
YUV 145.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 160 165 4 0.03 0 0.98 0.35 61.86 0.95 0.33
Hex A0 A5 4 3 0 62 23 3E 5F 21
Octal 240 245 4 3 0 142 43 76 137 41
Binary 10100000 10100101 100 11 0 1100010 100011 111110 1011111 100001

Color Harmonies of #A0A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A504

Black with #A0A504

Text Example


Text Example

White with #A0A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A504; }

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

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

background-color css

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

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

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

border-color css

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

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

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