Html Css Color HEX #AAB726 Bahia

📋 copy color: '#AAB726'

red 170 ◦ green 183 ◦ blue 38

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

Shades of Bahia #AAB726

Tints of Bahia #AAB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.8%

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

R = 43.48%
G = 46.8%
B = 9.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#AAB726 (or 0xAAB726) is known color: Bahia. HEX triplet: AA, B7 and 26. RGB value is (170,183,38). Sum of RGB (Red+Green+Blue) = 170+183+38=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB726 is #5548D9. Grayscale: #A3A3A3. Windows color (decimal): -5589210 or 2537386. OLE color: 2537386.

HSL color Cylindrical-coordinate representation of color #AAB726: hue angle of 65.38º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB726 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 38 -
CMYK 0.07 0 0.79 0.28
HSL 65.38º 0.66% 0.43% -
HSV(B) 65.38º 0.79% 0.72% -
XYZ 33.86 42.55 8.26 -
YUV 162.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 170 183 38 0.07 0 0.79 0.28 65.38 0.66 0.43
Hex AA B7 26 7 0 4F 1C 41 42 2B
Octal 252 267 46 7 0 117 34 101 102 53
Binary 10101010 10110111 100110 111 0 1001111 11100 1000001 1000010 101011

Color Harmonies of #AAB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB726

Black with #AAB726

Text Example


Text Example

White with #AAB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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