Html Css Color HEX #AAAB10 Citrus

📋 copy color: '#AAAB10'

red 170 ◦ green 171 ◦ blue 16

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

Shades of Citrus #AAAB10

Tints of Citrus #AAAB10

RGB

 RED value IS 170 (66.8% from 255) = 47.62%

 GREEN value IS 171 (67.19% from 255) = 47.9%

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 47.62%
G = 47.9%
B = 4.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAAB10 (or 0xAAAB10) is known color: Citrus. HEX triplet: AA, AB and 10. RGB value is (170,171,16). Sum of RGB (Red+Green+Blue) = 170+171+16=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB10 is #5554EF. Grayscale: #999999. Windows color (decimal): -5592304 or 1092522. OLE color: 1092522.

HSL color Cylindrical-coordinate representation of color #AAAB10: hue angle of 60.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAB10 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 16 -
CMYK 0.01 0 0.91 0.33
HSL 60.39º 0.83% 0.37% -
HSV(B) 60.39º 0.91% 0.67% -
XYZ 31.23 37.71 6.12 -
YUV 153.03 50.67 140.1 -
System Red Green Blue C M Y K H S L
Decimal 170 171 16 0.01 0 0.91 0.33 60.39 0.83 0.37
Hex AA AB 10 1 0 5B 21 3C 53 25
Octal 252 253 20 1 0 133 41 74 123 45
Binary 10101010 10101011 10000 1 0 1011011 100001 111100 1010011 100101

Color Harmonies of #AAAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB10

Black with #AAAB10

Text Example


Text Example

White with #AAAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB10; }

 p { color: rgb(170,171,16); }

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

background-color css

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

 a { background-color: rgb(170,171,16); }

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

border-color css

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

 span { border-color: rgb(170,171,16); }

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