Html Css Color HEX #A3A301 Citrus

📋 copy color: '#A3A301'

red 163 ◦ green 163 ◦ blue 1

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

Shades of Citrus #A3A301

Tints of Citrus #A3A301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 49.85%
G = 49.85%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A3A301 (or 0xA3A301) is known color: Citrus. HEX triplet: A3, A3 and 01. RGB value is (163,163,1). Sum of RGB (Red+Green+Blue) = 163+163+1=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A301 is #5C5CFE. Grayscale: #919191. Windows color (decimal): -6053119 or 107427. OLE color: 107427.

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

Color convert

RGB 163 163 1 -
CMYK 0 0 0.99 0.36
HSL 60º 0.99% 0.32% -
HSV(B) 60º 0.99% 0.64% -
XYZ 28.21 33.98 5.1 -
YUV 144.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 163 163 1 0 0 0.99 0.36 60 0.99 0.32
Hex A3 A3 1 0 0 63 24 3C 63 20
Octal 243 243 1 0 0 143 44 74 143 40
Binary 10100011 10100011 1 0 0 1100011 100100 111100 1100011 100000

Color Harmonies of #A3A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A301

Black with #A3A301

Text Example


Text Example

White with #A3A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A301; }

 p { color: rgb(163,163,1); }

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

background-color css

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

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

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

border-color css

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

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

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