Html Css Color HEX #AAAD12 Citrus

📋 copy color: '#AAAD12'

red 170 ◦ green 173 ◦ blue 18

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

Shades of Citrus #AAAD12

Tints of Citrus #AAAD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.92%

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

R = 47.09%
G = 47.92%
B = 4.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AAAD12 (or 0xAAAD12) is known color: Citrus. HEX triplet: AA, AD and 12. RGB value is (170,173,18). Sum of RGB (Red+Green+Blue) = 170+173+18=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD12 is #5552ED. Grayscale: #9B9B9B. Windows color (decimal): -5591790 or 1224106. OLE color: 1224106.

HSL color Cylindrical-coordinate representation of color #AAAD12: hue angle of 61.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAAD12 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 18 -
CMYK 0.02 0 0.90 0.32
HSL 61.16º 0.81% 0.37% -
HSV(B) 61.16º 0.9% 0.68% -
XYZ 31.63 38.48 6.33 -
YUV 154.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 170 173 18 0.02 0 0.90 0.32 61.16 0.81 0.37
Hex AA AD 12 2 0 5A 20 3D 51 25
Octal 252 255 22 2 0 132 40 75 121 45
Binary 10101010 10101101 10010 10 0 1011010 100000 111101 1010001 100101

Color Harmonies of #AAAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD12

Black with #AAAD12

Text Example


Text Example

White with #AAAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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