Html Css Color HEX #A0AA26 Citron

📋 copy color: '#A0AA26'

red 160 ◦ green 170 ◦ blue 38

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

Shades of Citron #A0AA26

Tints of Citron #A0AA26

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

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

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

R = 43.48%
G = 46.2%
B = 10.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#A0AA26 (or 0xA0AA26) is known color: Citron. HEX triplet: A0, AA and 26. RGB value is (160,170,38). Sum of RGB (Red+Green+Blue) = 160+170+38=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA26 is #5F55D9. Grayscale: #989898. Windows color (decimal): -6247898 or 2534048. OLE color: 2534048.

HSL color Cylindrical-coordinate representation of color #A0AA26: hue angle of 64.55º 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 #A0AA26 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 38 -
CMYK 0.06 0 0.78 0.33
HSL 64.55º 0.63% 0.41% -
HSV(B) 64.55º 0.78% 0.67% -
XYZ 29.22 36.36 7.31 -
YUV 151.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 160 170 38 0.06 0 0.78 0.33 64.55 0.63 0.41
Hex A0 AA 26 6 0 4E 21 41 3F 29
Octal 240 252 46 6 0 116 41 101 77 51
Binary 10100000 10101010 100110 110 0 1001110 100001 1000001 111111 101001

Color Harmonies of #A0AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA26

Black with #A0AA26

Text Example


Text Example

White with #A0AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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