Html Css Color HEX #AAB428 Bahia

📋 copy color: '#AAB428'

red 170 ◦ green 180 ◦ blue 40

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

Shades of Bahia #AAB428

Tints of Bahia #AAB428

RGB

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

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

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

R = 43.59%
G = 46.15%
B = 10.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#AAB428 (or 0xAAB428) is known color: Bahia. HEX triplet: AA, B4 and 28. RGB value is (170,180,40). Sum of RGB (Red+Green+Blue) = 170+180+40=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB428 is #554BD7. Grayscale: #A1A1A1. Windows color (decimal): -5589976 or 2667690. OLE color: 2667690.

HSL color Cylindrical-coordinate representation of color #AAB428: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB428 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 40 -
CMYK 0.06 0 0.78 0.29
HSL 64.29º 0.64% 0.43% -
HSV(B) 64.29º 0.78% 0.71% -
XYZ 33.28 41.34 8.23 -
YUV 161.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 170 180 40 0.06 0 0.78 0.29 64.29 0.64 0.43
Hex AA B4 28 6 0 4E 1D 40 40 2B
Octal 252 264 50 6 0 116 35 100 100 53
Binary 10101010 10110100 101000 110 0 1001110 11101 1000000 1000000 101011

Color Harmonies of #AAB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB428

Black with #AAB428

Text Example


Text Example

White with #AAB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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