Html Css Color HEX #AAAD0D Citrus

📋 copy color: '#AAAD0D'

red 170 ◦ green 173 ◦ blue 13

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

Shades of Citrus #AAAD0D

Tints of Citrus #AAAD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 47.75%
G = 48.6%
B = 3.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AAAD0D (or 0xAAAD0D) is known color: Citrus. HEX triplet: AA, AD and 0D. RGB value is (170,173,13). Sum of RGB (Red+Green+Blue) = 170+173+13=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD0D is #5552F2. Grayscale: #9A9A9A. Windows color (decimal): -5591795 or 896426. OLE color: 896426.

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

Color convert

RGB 170 173 13 -
CMYK 0.02 0 0.92 0.32
HSL 61.13º 0.86% 0.36% -
HSV(B) 61.13º 0.92% 0.68% -
XYZ 31.59 38.46 6.14 -
YUV 153.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 170 173 13 0.02 0 0.92 0.32 61.13 0.86 0.36
Hex AA AD D 2 0 5C 20 3D 56 24
Octal 252 255 15 2 0 134 40 75 126 44
Binary 10101010 10101101 1101 10 0 1011100 100000 111101 1010110 100100

Color Harmonies of #AAAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD0D

Black with #AAAD0D

Text Example


Text Example

White with #AAAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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