Html Css Color HEX #AAA607 Citrus

📋 copy color: '#AAA607'

red 170 ◦ green 166 ◦ blue 7

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

Shades of Citrus #AAA607

Tints of Citrus #AAA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.4%

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 49.56%
G = 48.4%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAA607 (or 0xAAA607) is known color: Citrus. HEX triplet: AA, A6 and 07. RGB value is (170,166,7). Sum of RGB (Red+Green+Blue) = 170+166+7=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA607 is #5559F8. Grayscale: #959595. Windows color (decimal): -5593593 or 501418. OLE color: 501418.

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

Color convert

RGB 170 166 7 -
CMYK 0 0.02 0.96 0.33
HSL 58.53º 0.92% 0.35% -
HSV(B) 58.53º 0.96% 0.67% -
XYZ 30.25 35.83 5.52 -
YUV 149.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 170 166 7 0 0.02 0.96 0.33 58.53 0.92 0.35
Hex AA A6 7 0 2 60 21 3B 5C 23
Octal 252 246 7 0 2 140 41 73 134 43
Binary 10101010 10100110 111 0 10 1100000 100001 111011 1011100 100011

Color Harmonies of #AAA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA607

Black with #AAA607

Text Example


Text Example

White with #AAA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA607; }

 p { color: rgb(170,166,7); }

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

background-color css

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

 a { background-color: rgb(170,166,7); }

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

border-color css

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

 span { border-color: rgb(170,166,7); }

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