Html Css Color HEX #AEAB3A Brass

📋 copy color: '#AEAB3A'

red 174 ◦ green 171 ◦ blue 58

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

Shades of Brass #AEAB3A

Tints of Brass #AEAB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 43.18%
G = 42.43%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEAB3A (or 0xAEAB3A) is known color: Brass. HEX triplet: AE, AB and 3A. RGB value is (174,171,58). Sum of RGB (Red+Green+Blue) = 174+171+58=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB3A is #5154C5. Grayscale: #9F9F9F. Windows color (decimal): -5330118 or 3845038. OLE color: 3845038.

HSL color Cylindrical-coordinate representation of color #AEAB3A: hue angle of 58.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEAB3A is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 58 -
CMYK 0 0.02 0.67 0.32
HSL 58.45º 0.5% 0.45% -
HSV(B) 58.45º 0.67% 0.68% -
XYZ 32.78 38.43 9.69 -
YUV 159.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 174 171 58 0 0.02 0.67 0.32 58.45 0.5 0.45
Hex AE AB 3A 0 2 43 20 3A 32 2D
Octal 256 253 72 0 2 103 40 72 62 55
Binary 10101110 10101011 111010 0 10 1000011 100000 111010 110010 101101

Color Harmonies of #AEAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB3A

Black with #AEAB3A

Text Example


Text Example

White with #AEAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB3A; }

 p { color: rgb(174,171,58); }

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

background-color css

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

 a { background-color: rgb(174,171,58); }

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

border-color css

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

 span { border-color: rgb(174,171,58); }

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