Html Css Color HEX #A3A201 Citrus

📋 copy color: '#A3A201'

red 163 ◦ green 162 ◦ blue 1

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

Shades of Citrus #A3A201

Tints of Citrus #A3A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.69%

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

R = 50%
G = 49.69%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A3A201 (or 0xA3A201) is known color: Citrus. HEX triplet: A3, A2 and 01. RGB value is (163,162,1). Sum of RGB (Red+Green+Blue) = 163+162+1=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A201 is #5C5DFE. Grayscale: #909090. Windows color (decimal): -6053375 or 107171. OLE color: 107171.

HSL color Cylindrical-coordinate representation of color #A3A201: hue angle of 59.63º 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 #A3A201 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 162 1 -
CMYK 0 0.01 0.99 0.36
HSL 59.63º 0.99% 0.32% -
HSV(B) 59.63º 0.99% 0.64% -
XYZ 28.03 33.63 5.04 -
YUV 143.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 163 162 1 0 0.01 0.99 0.36 59.63 0.99 0.32
Hex A3 A2 1 0 1 63 24 3C 63 20
Octal 243 242 1 0 1 143 44 74 143 40
Binary 10100011 10100010 1 0 1 1100011 100100 111100 1100011 100000

Color Harmonies of #A3A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A201

Black with #A3A201

Text Example


Text Example

White with #A3A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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