Html Css Color HEX #AAB425 Bahia

📋 copy color: '#AAB425'

red 170 ◦ green 180 ◦ blue 37

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

Shades of Bahia #AAB425

Tints of Bahia #AAB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

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

R = 43.93%
G = 46.51%
B = 9.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#AAB425 (or 0xAAB425) is known color: Bahia. HEX triplet: AA, B4 and 25. RGB value is (170,180,37). Sum of RGB (Red+Green+Blue) = 170+180+37=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB425 is #554BDA. Grayscale: #A1A1A1. Windows color (decimal): -5589979 or 2471082. OLE color: 2471082.

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

Color convert

RGB 170 180 37 -
CMYK 0.06 0 0.79 0.29
HSL 64.2º 0.66% 0.43% -
HSV(B) 64.2º 0.79% 0.71% -
XYZ 33.23 41.32 7.97 -
YUV 160.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 170 180 37 0.06 0 0.79 0.29 64.2 0.66 0.43
Hex AA B4 25 6 0 4F 1D 40 42 2B
Octal 252 264 45 6 0 117 35 100 102 53
Binary 10101010 10110100 100101 110 0 1001111 11101 1000000 1000010 101011

Color Harmonies of #AAB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB425

Black with #AAB425

Text Example


Text Example

White with #AAB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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