Html Css Color HEX #AAB706 Citrus

📋 copy color: '#AAB706'

red 170 ◦ green 183 ◦ blue 6

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

Shades of Citrus #AAB706

Tints of Citrus #AAB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.97%

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

R = 47.35%
G = 50.97%
B = 1.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#AAB706 (or 0xAAB706) is known color: Citrus. HEX triplet: AA, B7 and 06. RGB value is (170,183,6). Sum of RGB (Red+Green+Blue) = 170+183+6=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB706 is #5548F9. Grayscale: #9F9F9F. Windows color (decimal): -5589242 or 440234. OLE color: 440234.

HSL color Cylindrical-coordinate representation of color #AAB706: hue angle of 64.41º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB706 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 6 -
CMYK 0.07 0 0.97 0.28
HSL 64.41º 0.94% 0.37% -
HSV(B) 64.41º 0.97% 0.72% -
XYZ 33.54 42.43 6.59 -
YUV 158.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 170 183 6 0.07 0 0.97 0.28 64.41 0.94 0.37
Hex AA B7 6 7 0 61 1C 40 5E 25
Octal 252 267 6 7 0 141 34 100 136 45
Binary 10101010 10110111 110 111 0 1100001 11100 1000000 1011110 100101

Color Harmonies of #AAB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB706

Black with #AAB706

Text Example


Text Example

White with #AAB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB706; }

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

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

background-color css

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

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

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

border-color css

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

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

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