Html Css Color HEX #AAB610 Citrus

📋 copy color: '#AAB610'

red 170 ◦ green 182 ◦ blue 16

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

Shades of Citrus #AAB610

Tints of Citrus #AAB610

RGB

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

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

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

R = 46.2%
G = 49.46%
B = 4.35%

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

#AAB610 (or 0xAAB610) is known color: Citrus. HEX triplet: AA, B6 and 10. RGB value is (170,182,16). Sum of RGB (Red+Green+Blue) = 170+182+16=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB610 is #5549EF. Grayscale: #A0A0A0. Windows color (decimal): -5589488 or 1095338. OLE color: 1095338.

HSL color Cylindrical-coordinate representation of color #AAB610: hue angle of 64.34º degrees, saturation: 0.84, 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 #AAB610 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 16 -
CMYK 0.07 0 0.91 0.29
HSL 64.34º 0.84% 0.39% -
HSV(B) 64.34º 0.91% 0.71% -
XYZ 33.4 42.04 6.84 -
YUV 159.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 170 182 16 0.07 0 0.91 0.29 64.34 0.84 0.39
Hex AA B6 10 7 0 5B 1D 40 54 27
Octal 252 266 20 7 0 133 35 100 124 47
Binary 10101010 10110110 10000 111 0 1011011 11101 1000000 1010100 100111

Color Harmonies of #AAB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB610

Black with #AAB610

Text Example


Text Example

White with #AAB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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