Html Css Color HEX #AAB327 Bahia

📋 copy color: '#AAB327'

red 170 ◦ green 179 ◦ blue 39

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

Shades of Bahia #AAB327

Tints of Bahia #AAB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 43.81%
G = 46.13%
B = 10.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#AAB327 (or 0xAAB327) is known color: Bahia. HEX triplet: AA, B3 and 27. RGB value is (170,179,39). Sum of RGB (Red+Green+Blue) = 170+179+39=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB327 is #554CD8. Grayscale: #A0A0A0. Windows color (decimal): -5590233 or 2601898. OLE color: 2601898.

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

Color convert

RGB 170 179 39 -
CMYK 0.05 0 0.78 0.30
HSL 63.86º 0.64% 0.43% -
HSV(B) 63.86º 0.78% 0.7% -
XYZ 33.06 40.93 8.08 -
YUV 160.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 170 179 39 0.05 0 0.78 0.30 63.86 0.64 0.43
Hex AA B3 27 5 0 4E 1E 40 40 2B
Octal 252 263 47 5 0 116 36 100 100 53
Binary 10101010 10110011 100111 101 0 1001110 11110 1000000 1000000 101011

Color Harmonies of #AAB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB327

Black with #AAB327

Text Example


Text Example

White with #AAB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB327; }

 p { color: rgb(170,179,39); }

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

background-color css

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

 a { background-color: rgb(170,179,39); }

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

border-color css

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

 span { border-color: rgb(170,179,39); }

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