Html Css Color HEX #AAB107 Citrus

📋 copy color: '#AAB107'

red 170 ◦ green 177 ◦ blue 7

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

Shades of Citrus #AAB107

Tints of Citrus #AAB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

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

R = 48.02%
G = 50%
B = 1.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AAB107 (or 0xAAB107) is known color: Citrus. HEX triplet: AA, B1 and 07. RGB value is (170,177,7). Sum of RGB (Red+Green+Blue) = 170+177+7=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB107 is #554EF8. Grayscale: #9C9C9C. Windows color (decimal): -5590777 or 504234. OLE color: 504234.

HSL color Cylindrical-coordinate representation of color #AAB107: hue angle of 62.47º 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 #AAB107 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 7 -
CMYK 0.04 0 0.96 0.31
HSL 62.47º 0.92% 0.36% -
HSV(B) 62.47º 0.96% 0.69% -
XYZ 32.34 40.01 6.22 -
YUV 155.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 170 177 7 0.04 0 0.96 0.31 62.47 0.92 0.36
Hex AA B1 7 4 0 60 1F 3E 5C 24
Octal 252 261 7 4 0 140 37 76 134 44
Binary 10101010 10110001 111 100 0 1100000 11111 111110 1011100 100100

Color Harmonies of #AAB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB107

Black with #AAB107

Text Example


Text Example

White with #AAB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB107; }

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

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

background-color css

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

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

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

border-color css

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

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

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