Html Css Color HEX #A0A304 Citrus

📋 copy color: '#A0A304'

red 160 ◦ green 163 ◦ blue 4

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

Shades of Citrus #A0A304

Tints of Citrus #A0A304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.85%

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

R = 48.93%
G = 49.85%
B = 1.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A0A304 (or 0xA0A304) is known color: Citrus. HEX triplet: A0, A3 and 04. RGB value is (160,163,4). Sum of RGB (Red+Green+Blue) = 160+163+4=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A304 is #5F5CFB. Grayscale: #909090. Windows color (decimal): -6249724 or 304032. OLE color: 304032.

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

Color convert

RGB 160 163 4 -
CMYK 0.02 0 0.98 0.36
HSL 61.13º 0.95% 0.33% -
HSV(B) 61.13º 0.98% 0.64% -
XYZ 27.62 33.68 5.16 -
YUV 143.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 160 163 4 0.02 0 0.98 0.36 61.13 0.95 0.33
Hex A0 A3 4 2 0 62 24 3D 5F 21
Octal 240 243 4 2 0 142 44 75 137 41
Binary 10100000 10100011 100 10 0 1100010 100100 111101 1011111 100001

Color Harmonies of #A0A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A304

Black with #A0A304

Text Example


Text Example

White with #A0A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A304; }

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

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

background-color css

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

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

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

border-color css

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

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

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