Html Css Color HEX #AAB510 Citrus

📋 copy color: '#AAB510'

red 170 ◦ green 181 ◦ blue 16

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

Shades of Citrus #AAB510

Tints of Citrus #AAB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.32%

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

R = 46.32%
G = 49.32%
B = 4.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#AAB510 (or 0xAAB510) is known color: Citrus. HEX triplet: AA, B5 and 10. RGB value is (170,181,16). Sum of RGB (Red+Green+Blue) = 170+181+16=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB510 is #554AEF. Grayscale: #9F9F9F. Windows color (decimal): -5589744 or 1095082. OLE color: 1095082.

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

Color convert

RGB 170 181 16 -
CMYK 0.06 0 0.91 0.29
HSL 64º 0.84% 0.39% -
HSV(B) 64º 0.91% 0.71% -
XYZ 33.19 41.63 6.78 -
YUV 158.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 170 181 16 0.06 0 0.91 0.29 64 0.84 0.39
Hex AA B5 10 6 0 5B 1D 40 54 27
Octal 252 265 20 6 0 133 35 100 124 47
Binary 10101010 10110101 10000 110 0 1011011 11101 1000000 1010100 100111

Color Harmonies of #AAB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB510

Black with #AAB510

Text Example


Text Example

White with #AAB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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