Html Css Color HEX #AEAB4D Brass

📋 copy color: '#AEAB4D'

red 174 ◦ green 171 ◦ blue 77

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

Shades of Brass #AEAB4D

Tints of Brass #AEAB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 41.23%
G = 40.52%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEAB4D (or 0xAEAB4D) is known color: Brass. HEX triplet: AE, AB and 4D. RGB value is (174,171,77). Sum of RGB (Red+Green+Blue) = 174+171+77=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB4D is #5154B2. Grayscale: #A1A1A1. Windows color (decimal): -5330099 or 5090222. OLE color: 5090222.

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

Color convert

RGB 174 171 77 -
CMYK 0 0.02 0.56 0.32
HSL 58.14º 0.39% 0.49% -
HSV(B) 58.14º 0.56% 0.68% -
XYZ 33.36 38.66 12.73 -
YUV 161.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 174 171 77 0 0.02 0.56 0.32 58.14 0.39 0.49
Hex AE AB 4D 0 2 38 20 3A 27 31
Octal 256 253 115 0 2 70 40 72 47 61
Binary 10101110 10101011 1001101 0 10 111000 100000 111010 100111 110001

Color Harmonies of #AEAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB4D

Black with #AEAB4D

Text Example


Text Example

White with #AEAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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