Html Css Color HEX #AAB810 Citrus

📋 copy color: '#AAB810'

red 170 ◦ green 184 ◦ blue 16

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

Shades of Citrus #AAB810

Tints of Citrus #AAB810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.73%

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

R = 45.95%
G = 49.73%
B = 4.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#AAB810 (or 0xAAB810) is known color: Citrus. HEX triplet: AA, B8 and 10. RGB value is (170,184,16). Sum of RGB (Red+Green+Blue) = 170+184+16=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB810 is #5547EF. Grayscale: #A1A1A1. Windows color (decimal): -5588976 or 1095850. OLE color: 1095850.

HSL color Cylindrical-coordinate representation of color #AAB810: hue angle of 65º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB810 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 16 -
CMYK 0.08 0 0.91 0.28
HSL 65º 0.84% 0.39% -
HSV(B) 65º 0.91% 0.72% -
XYZ 33.81 42.86 6.98 -
YUV 160.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 170 184 16 0.08 0 0.91 0.28 65 0.84 0.39
Hex AA B8 10 8 0 5B 1C 41 54 27
Octal 252 270 20 10 0 133 34 101 124 47
Binary 10101010 10111000 10000 1000 0 1011011 11100 1000001 1010100 100111

Color Harmonies of #AAB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB810

Black with #AAB810

Text Example


Text Example

White with #AAB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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