Html Css Color HEX #AAB326 Bahia

📋 copy color: '#AAB326'

red 170 ◦ green 179 ◦ blue 38

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

Shades of Bahia #AAB326

Tints of Bahia #AAB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 43.93%
G = 46.25%
B = 9.82%

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

#AAB326 (or 0xAAB326) is known color: Bahia. HEX triplet: AA, B3 and 26. RGB value is (170,179,38). Sum of RGB (Red+Green+Blue) = 170+179+38=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB326 is #554CD9. Grayscale: #A0A0A0. Windows color (decimal): -5590234 or 2536362. OLE color: 2536362.

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

Color convert

RGB 170 179 38 -
CMYK 0.05 0 0.79 0.30
HSL 63.83º 0.65% 0.43% -
HSV(B) 63.83º 0.79% 0.7% -
XYZ 33.05 40.93 7.99 -
YUV 160.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 170 179 38 0.05 0 0.79 0.30 63.83 0.65 0.43
Hex AA B3 26 5 0 4F 1E 40 41 2B
Octal 252 263 46 5 0 117 36 100 101 53
Binary 10101010 10110011 100110 101 0 1001111 11110 1000000 1000001 101011

Color Harmonies of #AAB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB326

Black with #AAB326

Text Example


Text Example

White with #AAB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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