Html Css Color HEX #AAAD08 Citrus

📋 copy color: '#AAAD08'

red 170 ◦ green 173 ◦ blue 8

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

Shades of Citrus #AAAD08

Tints of Citrus #AAAD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 48.43%
G = 49.29%
B = 2.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AAAD08 (or 0xAAAD08) is known color: Citrus. HEX triplet: AA, AD and 08. RGB value is (170,173,8). Sum of RGB (Red+Green+Blue) = 170+173+8=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD08 is #5552F7. Grayscale: #999999. Windows color (decimal): -5591800 or 568746. OLE color: 568746.

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

Color convert

RGB 170 173 8 -
CMYK 0.02 0 0.95 0.32
HSL 61.09º 0.91% 0.35% -
HSV(B) 61.09º 0.95% 0.68% -
XYZ 31.56 38.45 5.99 -
YUV 153.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 170 173 8 0.02 0 0.95 0.32 61.09 0.91 0.35
Hex AA AD 8 2 0 5F 20 3D 5B 23
Octal 252 255 10 2 0 137 40 75 133 43
Binary 10101010 10101101 1000 10 0 1011111 100000 111101 1011011 100011

Color Harmonies of #AAAD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD08

Black with #AAAD08

Text Example


Text Example

White with #AAAD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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