Html Css Color HEX #AAB628 Bahia

📋 copy color: '#AAB628'

red 170 ◦ green 182 ◦ blue 40

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

Shades of Bahia #AAB628

Tints of Bahia #AAB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.43%

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

R = 43.37%
G = 46.43%
B = 10.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#AAB628 (or 0xAAB628) is known color: Bahia. HEX triplet: AA, B6 and 28. RGB value is (170,182,40). Sum of RGB (Red+Green+Blue) = 170+182+40=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB628 is #5549D7. Grayscale: #A2A2A2. Windows color (decimal): -5589464 or 2668202. OLE color: 2668202.

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

Color convert

RGB 170 182 40 -
CMYK 0.07 0 0.78 0.29
HSL 65.07º 0.64% 0.44% -
HSV(B) 65.07º 0.78% 0.71% -
XYZ 33.69 42.16 8.37 -
YUV 162.22 59.02 133.55 -
System Red Green Blue C M Y K H S L
Decimal 170 182 40 0.07 0 0.78 0.29 65.07 0.64 0.44
Hex AA B6 28 7 0 4E 1D 41 40 2C
Octal 252 266 50 7 0 116 35 101 100 54
Binary 10101010 10110110 101000 111 0 1001110 11101 1000001 1000000 101100

Color Harmonies of #AAB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB628

Black with #AAB628

Text Example


Text Example

White with #AAB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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