Html Css Color HEX #A2A001 Citrus

📋 copy color: '#A2A001'

red 162 ◦ green 160 ◦ blue 1

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

Shades of Citrus #A2A001

Tints of Citrus #A2A001

RGB

 RED value IS 162 (63.67% from 255) = 50.15%

 GREEN value IS 160 (62.89% from 255) = 49.54%

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

R = 50.15%
G = 49.54%
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

#A2A001 (or 0xA2A001) is known color: Citrus. HEX triplet: A2, A0 and 01. RGB value is (162,160,1). Sum of RGB (Red+Green+Blue) = 162+160+1=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A001 is #5D5FFE. Grayscale: #8F8F8F. Windows color (decimal): -6119423 or 106658. OLE color: 106658.

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

Color convert

RGB 162 160 1 -
CMYK 0 0.01 0.99 0.36
HSL 59.25º 0.99% 0.32% -
HSV(B) 59.25º 0.99% 0.64% -
XYZ 27.48 32.83 4.92 -
YUV 142.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 162 160 1 0 0.01 0.99 0.36 59.25 0.99 0.32
Hex A2 A0 1 0 1 63 24 3B 63 20
Octal 242 240 1 0 1 143 44 73 143 40
Binary 10100010 10100000 1 0 1 1100011 100100 111011 1100011 100000

Color Harmonies of #A2A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A001

Black with #A2A001

Text Example


Text Example

White with #A2A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A001; }

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

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

background-color css

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

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

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

border-color css

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

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

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