Html Css Color HEX #AAC706 Citrus

📋 copy color: '#AAC706'

red 170 ◦ green 199 ◦ blue 6

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

Shades of Citrus #AAC706

Tints of Citrus #AAC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.07%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 45.33%
G = 53.07%
B = 1.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#AAC706 (or 0xAAC706) is known color: Citrus. HEX triplet: AA, C7 and 06. RGB value is (170,199,6). Sum of RGB (Red+Green+Blue) = 170+199+6=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC706 is #5538F9. Grayscale: #A9A9A9. Windows color (decimal): -5585146 or 444330. OLE color: 444330.

HSL color Cylindrical-coordinate representation of color #AAC706: hue angle of 69.02º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAC706 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 6 -
CMYK 0.15 0 0.97 0.22
HSL 69.02º 0.94% 0.4% -
HSV(B) 69.02º 0.97% 0.78% -
XYZ 37.03 49.41 7.76 -
YUV 168.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 170 199 6 0.15 0 0.97 0.22 69.02 0.94 0.4
Hex AA C7 6 F 0 61 16 45 5E 28
Octal 252 307 6 17 0 141 26 105 136 50
Binary 10101010 11000111 110 1111 0 1100001 10110 1000101 1011110 101000

Color Harmonies of #AAC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC706

Black with #AAC706

Text Example


Text Example

White with #AAC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC706; }

 p { color: rgb(170,199,6); }

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

background-color css

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

 a { background-color: rgb(170,199,6); }

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

border-color css

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

 span { border-color: rgb(170,199,6); }

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