Html Css Color HEX #AAAD0C Citrus

📋 copy color: '#AAAD0C'

red 170 ◦ green 173 ◦ blue 12

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

Shades of Citrus #AAAD0C

Tints of Citrus #AAAD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 47.89%
G = 48.73%
B = 3.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AAAD0C (or 0xAAAD0C) is known color: Citrus. HEX triplet: AA, AD and 0C. RGB value is (170,173,12). Sum of RGB (Red+Green+Blue) = 170+173+12=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD0C is #5552F3. Grayscale: #9A9A9A. Windows color (decimal): -5591796 or 830890. OLE color: 830890.

HSL color Cylindrical-coordinate representation of color #AAAD0C: hue angle of 61.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAAD0C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 12 -
CMYK 0.02 0 0.93 0.32
HSL 61.12º 0.87% 0.36% -
HSV(B) 61.12º 0.93% 0.68% -
XYZ 31.59 38.46 6.11 -
YUV 153.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 170 173 12 0.02 0 0.93 0.32 61.12 0.87 0.36
Hex AA AD C 2 0 5D 20 3D 57 24
Octal 252 255 14 2 0 135 40 75 127 44
Binary 10101010 10101101 1100 10 0 1011101 100000 111101 1010111 100100

Color Harmonies of #AAAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD0C

Black with #AAAD0C

Text Example


Text Example

White with #AAAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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