Html Css Color HEX #A2A003 Citrus

📋 copy color: '#A2A003'

red 162 ◦ green 160 ◦ blue 3

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

Shades of Citrus #A2A003

Tints of Citrus #A2A003

RGB

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

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

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

R = 49.85%
G = 49.23%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A2A003 (or 0xA2A003) is known color: Citrus. HEX triplet: A2, A0 and 03. RGB value is (162,160,3). Sum of RGB (Red+Green+Blue) = 162+160+3=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A003 is #5D5FFC. Grayscale: #8F8F8F. Windows color (decimal): -6119421 or 237730. OLE color: 237730.

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

Color convert

RGB 162 160 3 -
CMYK 0 0.01 0.98 0.36
HSL 59.25º 0.96% 0.32% -
HSV(B) 59.25º 0.98% 0.64% -
XYZ 27.49 32.83 4.97 -
YUV 142.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 162 160 3 0 0.01 0.98 0.36 59.25 0.96 0.32
Hex A2 A0 3 0 1 62 24 3B 60 20
Octal 242 240 3 0 1 142 44 73 140 40
Binary 10100010 10100000 11 0 1 1100010 100100 111011 1100000 100000

Color Harmonies of #A2A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A003

Black with #A2A003

Text Example


Text Example

White with #A2A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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