Html Css Color HEX #AAC327 Bahia

📋 copy color: '#AAC327'

red 170 ◦ green 195 ◦ blue 39

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

Shades of Bahia #AAC327

Tints of Bahia #AAC327

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 42.08%
G = 48.27%
B = 9.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#AAC327 (or 0xAAC327) is known color: Bahia. HEX triplet: AA, C3 and 27. RGB value is (170,195,39). Sum of RGB (Red+Green+Blue) = 170+195+39=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC327 is #553CD8. Grayscale: #AAAAAA. Windows color (decimal): -5586137 or 2605994. OLE color: 2605994.

HSL color Cylindrical-coordinate representation of color #AAC327: hue angle of 69.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC327 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 39 -
CMYK 0.13 0 0.80 0.24
HSL 69.62º 0.67% 0.46% -
HSV(B) 69.62º 0.8% 0.76% -
XYZ 36.46 47.72 9.21 -
YUV 169.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 170 195 39 0.13 0 0.80 0.24 69.62 0.67 0.46
Hex AA C3 27 D 0 50 18 46 43 2E
Octal 252 303 47 15 0 120 30 106 103 56
Binary 10101010 11000011 100111 1101 0 1010000 11000 1000110 1000011 101110

Color Harmonies of #AAC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC327

Black with #AAC327

Text Example


Text Example

White with #AAC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC327; }

 p { color: rgb(170,195,39); }

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

background-color css

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

 a { background-color: rgb(170,195,39); }

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

border-color css

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

 span { border-color: rgb(170,195,39); }

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