Html Css Color HEX #AAB611 Citrus

📋 copy color: '#AAB611'

red 170 ◦ green 182 ◦ blue 17

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

Shades of Citrus #AAB611

Tints of Citrus #AAB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 46.07%
G = 49.32%
B = 4.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#AAB611 (or 0xAAB611) is known color: Citrus. HEX triplet: AA, B6 and 11. RGB value is (170,182,17). Sum of RGB (Red+Green+Blue) = 170+182+17=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB611 is #5549EE. Grayscale: #A0A0A0. Windows color (decimal): -5589487 or 1160874. OLE color: 1160874.

HSL color Cylindrical-coordinate representation of color #AAB611: hue angle of 64.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB611 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 17 -
CMYK 0.07 0 0.91 0.29
HSL 64.36º 0.83% 0.39% -
HSV(B) 64.36º 0.91% 0.71% -
XYZ 33.41 42.04 6.88 -
YUV 159.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 170 182 17 0.07 0 0.91 0.29 64.36 0.83 0.39
Hex AA B6 11 7 0 5B 1D 40 53 27
Octal 252 266 21 7 0 133 35 100 123 47
Binary 10101010 10110110 10001 111 0 1011011 11101 1000000 1010011 100111

Color Harmonies of #AAB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB611

Black with #AAB611

Text Example


Text Example

White with #AAB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB611; }

 p { color: rgb(170,182,17); }

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

background-color css

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

 a { background-color: rgb(170,182,17); }

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

border-color css

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

 span { border-color: rgb(170,182,17); }

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