Html Css Color HEX #A1A62E Citron

📋 copy color: '#A1A62E'

red 161 ◦ green 166 ◦ blue 46

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

Shades of Citron #A1A62E

Tints of Citron #A1A62E

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 43.16%
G = 44.5%
B = 12.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A1A62E (or 0xA1A62E) is known color: Citron. HEX triplet: A1, A6 and 2E. RGB value is (161,166,46). Sum of RGB (Red+Green+Blue) = 161+166+46=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A62E is #5E59D1. Grayscale: #979797. Windows color (decimal): -6183378 or 3057313. OLE color: 3057313.

HSL color Cylindrical-coordinate representation of color #A1A62E: hue angle of 62.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1A62E is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 46 -
CMYK 0.03 0 0.72 0.35
HSL 62.5º 0.57% 0.42% -
HSV(B) 62.5º 0.72% 0.65% -
XYZ 28.83 35.05 7.83 -
YUV 150.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 161 166 46 0.03 0 0.72 0.35 62.5 0.57 0.42
Hex A1 A6 2E 3 0 48 23 3F 39 2A
Octal 241 246 56 3 0 110 43 77 71 52
Binary 10100001 10100110 101110 11 0 1001000 100011 111111 111001 101010

Color Harmonies of #A1A62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A62E

Black with #A1A62E

Text Example


Text Example

White with #A1A62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A62E; }

 p { color: rgb(161,166,46); }

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

background-color css

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

 a { background-color: rgb(161,166,46); }

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

border-color css

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

 span { border-color: rgb(161,166,46); }

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