Html Css Color HEX #A1AA26 Citron

📋 copy color: '#A1AA26'

red 161 ◦ green 170 ◦ blue 38

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

Shades of Citron #A1AA26

Tints of Citron #A1AA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.07%

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 43.63%
G = 46.07%
B = 10.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#A1AA26 (or 0xA1AA26) is known color: Citron. HEX triplet: A1, AA and 26. RGB value is (161,170,38). Sum of RGB (Red+Green+Blue) = 161+170+38=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA26 is #5E55D9. Grayscale: #989898. Windows color (decimal): -6182362 or 2534049. OLE color: 2534049.

HSL color Cylindrical-coordinate representation of color #A1AA26: hue angle of 64.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1AA26 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 170 38 -
CMYK 0.05 0 0.78 0.33
HSL 64.09º 0.63% 0.41% -
HSV(B) 64.09º 0.78% 0.67% -
XYZ 29.42 36.47 7.32 -
YUV 152.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 161 170 38 0.05 0 0.78 0.33 64.09 0.63 0.41
Hex A1 AA 26 5 0 4E 21 40 3F 29
Octal 241 252 46 5 0 116 41 100 77 51
Binary 10100001 10101010 100110 101 0 1001110 100001 1000000 111111 101001

Color Harmonies of #A1AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA26

Black with #A1AA26

Text Example


Text Example

White with #A1AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA26; }

 p { color: rgb(161,170,38); }

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

background-color css

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

 a { background-color: rgb(161,170,38); }

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

border-color css

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

 span { border-color: rgb(161,170,38); }

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