Html Css Color HEX #AEB144 Brass

📋 copy color: '#AEB144'

red 174 ◦ green 177 ◦ blue 68

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

Shades of Brass #AEB144

Tints of Brass #AEB144

RGB

 RED value IS 174 (68.36% from 255) = 41.53%

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 41.53%
G = 42.24%
B = 16.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AEB144 (or 0xAEB144) is known color: Brass. HEX triplet: AE, B1 and 44. RGB value is (174,177,68). Sum of RGB (Red+Green+Blue) = 174+177+68=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB144 is #514EBB. Grayscale: #A4A4A4. Windows color (decimal): -5328572 or 4501934. OLE color: 4501934.

HSL color Cylindrical-coordinate representation of color #AEB144: hue angle of 61.65º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEB144 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 68 -
CMYK 0.02 0 0.62 0.31
HSL 61.65º 0.44% 0.48% -
HSV(B) 61.65º 0.62% 0.69% -
XYZ 34.22 40.86 11.55 -
YUV 163.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 174 177 68 0.02 0 0.62 0.31 61.65 0.44 0.48
Hex AE B1 44 2 0 3E 1F 3E 2C 30
Octal 256 261 104 2 0 76 37 76 54 60
Binary 10101110 10110001 1000100 10 0 111110 11111 111110 101100 110000

Color Harmonies of #AEB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB144

Black with #AEB144

Text Example


Text Example

White with #AEB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB144; }

 p { color: rgb(174,177,68); }

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

background-color css

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

 a { background-color: rgb(174,177,68); }

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

border-color css

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

 span { border-color: rgb(174,177,68); }

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