Html Css Color HEX #AAB130 Bahia

📋 copy color: '#AAB130'

red 170 ◦ green 177 ◦ blue 48

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

Shades of Bahia #AAB130

Tints of Bahia #AAB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 43.04%
G = 44.81%
B = 12.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AAB130 (or 0xAAB130) is known color: Bahia. HEX triplet: AA, B1 and 30. RGB value is (170,177,48). Sum of RGB (Red+Green+Blue) = 170+177+48=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB130 is #554ECF. Grayscale: #A0A0A0. Windows color (decimal): -5590736 or 3191210. OLE color: 3191210.

HSL color Cylindrical-coordinate representation of color #AAB130: hue angle of 63.26º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB130 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 48 -
CMYK 0.04 0 0.73 0.31
HSL 63.26º 0.57% 0.44% -
HSV(B) 63.26º 0.73% 0.69% -
XYZ 32.83 40.2 8.83 -
YUV 160.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 170 177 48 0.04 0 0.73 0.31 63.26 0.57 0.44
Hex AA B1 30 4 0 49 1F 3F 39 2C
Octal 252 261 60 4 0 111 37 77 71 54
Binary 10101010 10110001 110000 100 0 1001001 11111 111111 111001 101100

Color Harmonies of #AAB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB130

Black with #AAB130

Text Example


Text Example

White with #AAB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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