Html Css Color HEX #A2A40D Citrus

📋 copy color: '#A2A40D'

red 162 ◦ green 164 ◦ blue 13

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

Shades of Citrus #A2A40D

Tints of Citrus #A2A40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 47.79%
G = 48.38%
B = 3.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2A40D (or 0xA2A40D) is known color: Citrus. HEX triplet: A2, A4 and 0D. RGB value is (162,164,13). Sum of RGB (Red+Green+Blue) = 162+164+13=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A40D is #5D5BF2. Grayscale: #929292. Windows color (decimal): -6118387 or 894114. OLE color: 894114.

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

Color convert

RGB 162 164 13 -
CMYK 0.01 0 0.92 0.36
HSL 60.79º 0.85% 0.35% -
HSV(B) 60.79º 0.92% 0.64% -
XYZ 28.25 34.26 5.51 -
YUV 146.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 162 164 13 0.01 0 0.92 0.36 60.79 0.85 0.35
Hex A2 A4 D 1 0 5C 24 3D 55 23
Octal 242 244 15 1 0 134 44 75 125 43
Binary 10100010 10100100 1101 1 0 1011100 100100 111101 1010101 100011

Color Harmonies of #A2A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A40D

Black with #A2A40D

Text Example


Text Example

White with #A2A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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