Html Css Color HEX #AAB412 Citrus

📋 copy color: '#AAB412'

red 170 ◦ green 180 ◦ blue 18

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

Shades of Citrus #AAB412

Tints of Citrus #AAB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.91%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 46.2%
G = 48.91%
B = 4.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#AAB412 (or 0xAAB412) is known color: Citrus. HEX triplet: AA, B4 and 12. RGB value is (170,180,18). Sum of RGB (Red+Green+Blue) = 170+180+18=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB412 is #554BED. Grayscale: #9F9F9F. Windows color (decimal): -5589998 or 1225898. OLE color: 1225898.

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

Color convert

RGB 170 180 18 -
CMYK 0.06 0 0.9 0.29
HSL 63.7º 0.82% 0.39% -
HSV(B) 63.7º 0.9% 0.71% -
XYZ 33.01 41.23 6.79 -
YUV 158.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 170 180 18 0.06 0 0.9 0.29 63.7 0.82 0.39
Hex AA B4 12 6 0 5A 1D 40 52 27
Octal 252 264 22 6 0 132 35 100 122 47
Binary 10101010 10110100 10010 110 0 1011010 11101 1000000 1010010 100111

Color Harmonies of #AAB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB412

Black with #AAB412

Text Example


Text Example

White with #AAB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB412; }

 p { color: rgb(170,180,18); }

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

background-color css

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

 a { background-color: rgb(170,180,18); }

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

border-color css

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

 span { border-color: rgb(170,180,18); }

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