Html Css Color HEX #A0A403 Citrus

📋 copy color: '#A0A403'

red 160 ◦ green 164 ◦ blue 3

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

Shades of Citrus #A0A403

Tints of Citrus #A0A403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 48.93%
G = 50.15%
B = 0.92%

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

#A0A403 (or 0xA0A403) is known color: Citrus. HEX triplet: A0, A4 and 03. RGB value is (160,164,3). Sum of RGB (Red+Green+Blue) = 160+164+3=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A403 is #5F5BFC. Grayscale: #919191. Windows color (decimal): -6249469 or 238752. OLE color: 238752.

HSL color Cylindrical-coordinate representation of color #A0A403: hue angle of 61.49º degrees, saturation: 0.96, 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 #A0A403 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 3 -
CMYK 0.02 0 0.98 0.36
HSL 61.49º 0.96% 0.33% -
HSV(B) 61.49º 0.98% 0.64% -
XYZ 27.79 34.03 5.19 -
YUV 144.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 160 164 3 0.02 0 0.98 0.36 61.49 0.96 0.33
Hex A0 A4 3 2 0 62 24 3D 60 21
Octal 240 244 3 2 0 142 44 75 140 41
Binary 10100000 10100100 11 10 0 1100010 100100 111101 1100000 100001

Color Harmonies of #A0A403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A403

Black with #A0A403

Text Example


Text Example

White with #A0A403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A403; }

 p { color: rgb(160,164,3); }

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

background-color css

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

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

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

border-color css

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

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

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