Html Css Color HEX #AAB325 Bahia

📋 copy color: '#AAB325'

red 170 ◦ green 179 ◦ blue 37

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

Shades of Bahia #AAB325

Tints of Bahia #AAB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 44.04%
G = 46.37%
B = 9.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#AAB325 (or 0xAAB325) is known color: Bahia. HEX triplet: AA, B3 and 25. RGB value is (170,179,37). Sum of RGB (Red+Green+Blue) = 170+179+37=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB325 is #554CDA. Grayscale: #A0A0A0. Windows color (decimal): -5590235 or 2470826. OLE color: 2470826.

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

Color convert

RGB 170 179 37 -
CMYK 0.05 0 0.79 0.30
HSL 63.8º 0.66% 0.42% -
HSV(B) 63.8º 0.79% 0.7% -
XYZ 33.03 40.92 7.91 -
YUV 160.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 170 179 37 0.05 0 0.79 0.30 63.8 0.66 0.42
Hex AA B3 25 5 0 4F 1E 40 42 2A
Octal 252 263 45 5 0 117 36 100 102 52
Binary 10101010 10110011 100101 101 0 1001111 11110 1000000 1000010 101010

Color Harmonies of #AAB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB325

Black with #AAB325

Text Example


Text Example

White with #AAB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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