Html Css Color HEX #AAB007 Citrus

📋 copy color: '#AAB007'

red 170 ◦ green 176 ◦ blue 7

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

Shades of Citrus #AAB007

Tints of Citrus #AAB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

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

R = 48.16%
G = 49.86%
B = 1.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AAB007 (or 0xAAB007) is known color: Citrus. HEX triplet: AA, B0 and 07. RGB value is (170,176,7). Sum of RGB (Red+Green+Blue) = 170+176+7=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB007 is #554FF8. Grayscale: #9B9B9B. Windows color (decimal): -5591033 or 503978. OLE color: 503978.

HSL color Cylindrical-coordinate representation of color #AAB007: hue angle of 62.13º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB007 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 7 -
CMYK 0.03 0 0.96 0.31
HSL 62.13º 0.92% 0.36% -
HSV(B) 62.13º 0.96% 0.69% -
XYZ 32.14 39.61 6.15 -
YUV 154.94 44.51 138.74 -
System Red Green Blue C M Y K H S L
Decimal 170 176 7 0.03 0 0.96 0.31 62.13 0.92 0.36
Hex AA B0 7 3 0 60 1F 3E 5C 24
Octal 252 260 7 3 0 140 37 76 134 44
Binary 10101010 10110000 111 11 0 1100000 11111 111110 1011100 100100

Color Harmonies of #AAB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB007

Black with #AAB007

Text Example


Text Example

White with #AAB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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