Html Css Color HEX #AAAC08 Citrus

📋 copy color: '#AAAC08'

red 170 ◦ green 172 ◦ blue 8

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

Shades of Citrus #AAAC08

Tints of Citrus #AAAC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

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

R = 48.57%
G = 49.14%
B = 2.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AAAC08 (or 0xAAAC08) is known color: Citrus. HEX triplet: AA, AC and 08. RGB value is (170,172,8). Sum of RGB (Red+Green+Blue) = 170+172+8=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC08 is #5553F7. Grayscale: #999999. Windows color (decimal): -5592056 or 568490. OLE color: 568490.

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

Color convert

RGB 170 172 8 -
CMYK 0.01 0 0.95 0.33
HSL 60.73º 0.91% 0.35% -
HSV(B) 60.73º 0.95% 0.67% -
XYZ 31.37 38.07 5.92 -
YUV 152.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 170 172 8 0.01 0 0.95 0.33 60.73 0.91 0.35
Hex AA AC 8 1 0 5F 21 3D 5B 23
Octal 252 254 10 1 0 137 41 75 133 43
Binary 10101010 10101100 1000 1 0 1011111 100001 111101 1011011 100011

Color Harmonies of #AAAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC08

Black with #AAAC08

Text Example


Text Example

White with #AAAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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