Html Css Color HEX #AAB607 Citrus

📋 copy color: '#AAB607'

red 170 ◦ green 182 ◦ blue 7

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

Shades of Citrus #AAB607

Tints of Citrus #AAB607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

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

R = 47.35%
G = 50.7%
B = 1.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#AAB607 (or 0xAAB607) is known color: Citrus. HEX triplet: AA, B6 and 07. RGB value is (170,182,7). Sum of RGB (Red+Green+Blue) = 170+182+7=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB607 is #5549F8. Grayscale: #9F9F9F. Windows color (decimal): -5589497 or 505514. OLE color: 505514.

HSL color Cylindrical-coordinate representation of color #AAB607: hue angle of 64.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB607 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 7 -
CMYK 0.07 0 0.96 0.29
HSL 64.11º 0.93% 0.37% -
HSV(B) 64.11º 0.96% 0.71% -
XYZ 33.34 42.02 6.55 -
YUV 158.46 42.52 136.23 -
System Red Green Blue C M Y K H S L
Decimal 170 182 7 0.07 0 0.96 0.29 64.11 0.93 0.37
Hex AA B6 7 7 0 60 1D 40 5D 25
Octal 252 266 7 7 0 140 35 100 135 45
Binary 10101010 10110110 111 111 0 1100000 11101 1000000 1011101 100101

Color Harmonies of #AAB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB607

Black with #AAB607

Text Example


Text Example

White with #AAB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB607; }

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

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

background-color css

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

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

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

border-color css

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

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

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