Html Css Color HEX #A2A403 Citrus

📋 copy color: '#A2A403'

red 162 ◦ green 164 ◦ blue 3

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

Shades of Citrus #A2A403

Tints of Citrus #A2A403

RGB

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

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

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

R = 49.24%
G = 49.85%
B = 0.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A2A403 (or 0xA2A403) is known color: Citrus. HEX triplet: A2, A4 and 03. RGB value is (162,164,3). Sum of RGB (Red+Green+Blue) = 162+164+3=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A403 is #5D5BFC. Grayscale: #919191. Windows color (decimal): -6118397 or 238754. OLE color: 238754.

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

Color convert

RGB 162 164 3 -
CMYK 0.01 0 0.98 0.36
HSL 60.75º 0.96% 0.33% -
HSV(B) 60.75º 0.98% 0.64% -
XYZ 28.19 34.24 5.21 -
YUV 145.05 47.84 140.09 -
System Red Green Blue C M Y K H S L
Decimal 162 164 3 0.01 0 0.98 0.36 60.75 0.96 0.33
Hex A2 A4 3 1 0 62 24 3D 60 21
Octal 242 244 3 1 0 142 44 75 140 41
Binary 10100010 10100100 11 1 0 1100010 100100 111101 1100000 100001

Color Harmonies of #A2A403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A403

Black with #A2A403

Text Example


Text Example

White with #A2A403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A403; }

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

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

background-color css

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

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

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

border-color css

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

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

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