Html Css Color HEX #AAB128 Bahia

📋 copy color: '#AAB128'

red 170 ◦ green 177 ◦ blue 40

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

Shades of Bahia #AAB128

Tints of Bahia #AAB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 43.93%
G = 45.74%
B = 10.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AAB128 (or 0xAAB128) is known color: Bahia. HEX triplet: AA, B1 and 28. RGB value is (170,177,40). Sum of RGB (Red+Green+Blue) = 170+177+40=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB128 is #554ED7. Grayscale: #9F9F9F. Windows color (decimal): -5590744 or 2666922. OLE color: 2666922.

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

Color convert

RGB 170 177 40 -
CMYK 0.04 0 0.77 0.31
HSL 63.07º 0.63% 0.43% -
HSV(B) 63.07º 0.77% 0.69% -
XYZ 32.68 40.14 8.03 -
YUV 159.29 60.68 135.64 -
System Red Green Blue C M Y K H S L
Decimal 170 177 40 0.04 0 0.77 0.31 63.07 0.63 0.43
Hex AA B1 28 4 0 4D 1F 3F 3F 2B
Octal 252 261 50 4 0 115 37 77 77 53
Binary 10101010 10110001 101000 100 0 1001101 11111 111111 111111 101011

Color Harmonies of #AAB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB128

Black with #AAB128

Text Example


Text Example

White with #AAB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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