Html Css Color HEX #AAB407 Citrus

📋 copy color: '#AAB407'

red 170 ◦ green 180 ◦ blue 7

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

Shades of Citrus #AAB407

Tints of Citrus #AAB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.42%

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

R = 47.62%
G = 50.42%
B = 1.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#AAB407 (or 0xAAB407) is known color: Citrus. HEX triplet: AA, B4 and 07. RGB value is (170,180,7). Sum of RGB (Red+Green+Blue) = 170+180+7=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB407 is #554BF8. Grayscale: #9D9D9D. Windows color (decimal): -5590009 or 505002. OLE color: 505002.

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

Color convert

RGB 170 180 7 -
CMYK 0.06 0 0.96 0.29
HSL 63.47º 0.93% 0.37% -
HSV(B) 63.47º 0.96% 0.71% -
XYZ 32.94 41.2 6.42 -
YUV 157.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 170 180 7 0.06 0 0.96 0.29 63.47 0.93 0.37
Hex AA B4 7 6 0 60 1D 3F 5D 25
Octal 252 264 7 6 0 140 35 77 135 45
Binary 10101010 10110100 111 110 0 1100000 11101 111111 1011101 100101

Color Harmonies of #AAB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB407

Black with #AAB407

Text Example


Text Example

White with #AAB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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