Html Css Color HEX #AAB719 Bahia

📋 copy color: '#AAB719'

red 170 ◦ green 183 ◦ blue 25

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

Shades of Bahia #AAB719

Tints of Bahia #AAB719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 44.97%
G = 48.41%
B = 6.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#AAB719 (or 0xAAB719) is known color: Bahia. HEX triplet: AA, B7 and 19. RGB value is (170,183,25). Sum of RGB (Red+Green+Blue) = 170+183+25=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB719 is #5548E6. Grayscale: #A1A1A1. Windows color (decimal): -5589223 or 1685418. OLE color: 1685418.

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

Color convert

RGB 170 183 25 -
CMYK 0.07 0 0.86 0.28
HSL 64.94º 0.76% 0.41% -
HSV(B) 64.94º 0.86% 0.72% -
XYZ 33.69 42.48 7.34 -
YUV 161.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 170 183 25 0.07 0 0.86 0.28 64.94 0.76 0.41
Hex AA B7 19 7 0 56 1C 41 4C 29
Octal 252 267 31 7 0 126 34 101 114 51
Binary 10101010 10110111 11001 111 0 1010110 11100 1000001 1001100 101001

Color Harmonies of #AAB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB719

Black with #AAB719

Text Example


Text Example

White with #AAB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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