Html Css Color HEX #AEAB41 Brass

📋 copy color: '#AEAB41'

red 174 ◦ green 171 ◦ blue 65

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

Shades of Brass #AEAB41

Tints of Brass #AEAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 42.44%
G = 41.71%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEAB41 (or 0xAEAB41) is known color: Brass. HEX triplet: AE, AB and 41. RGB value is (174,171,65). Sum of RGB (Red+Green+Blue) = 174+171+65=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB41 is #5154BE. Grayscale: #A0A0A0. Windows color (decimal): -5330111 or 4303790. OLE color: 4303790.

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

Color convert

RGB 174 171 65 -
CMYK 0 0.02 0.63 0.32
HSL 58.35º 0.46% 0.47% -
HSV(B) 58.35º 0.63% 0.68% -
XYZ 32.97 38.51 10.7 -
YUV 159.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 174 171 65 0 0.02 0.63 0.32 58.35 0.46 0.47
Hex AE AB 41 0 2 3F 20 3A 2E 2F
Octal 256 253 101 0 2 77 40 72 56 57
Binary 10101110 10101011 1000001 0 10 111111 100000 111010 101110 101111

Color Harmonies of #AEAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB41

Black with #AEAB41

Text Example


Text Example

White with #AEAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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