Html Css Color HEX #AEA643 Brass

📋 copy color: '#AEA643'

red 174 ◦ green 166 ◦ blue 67

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

Shades of Brass #AEA643

Tints of Brass #AEA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 42.75%
G = 40.79%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEA643 (or 0xAEA643) is known color: Brass. HEX triplet: AE, A6 and 43. RGB value is (174,166,67). Sum of RGB (Red+Green+Blue) = 174+166+67=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA643 is #5159BC. Grayscale: #9D9D9D. Windows color (decimal): -5331389 or 4433582. OLE color: 4433582.

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

Color convert

RGB 174 166 67 -
CMYK 0 0.05 0.61 0.32
HSL 55.51º 0.44% 0.47% -
HSV(B) 55.51º 0.61% 0.68% -
XYZ 32.1 36.68 10.7 -
YUV 157.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 174 166 67 0 0.05 0.61 0.32 55.51 0.44 0.47
Hex AE A6 43 0 5 3D 20 38 2C 2F
Octal 256 246 103 0 5 75 40 70 54 57
Binary 10101110 10100110 1000011 0 101 111101 100000 111000 101100 101111

Color Harmonies of #AEA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA643

Black with #AEA643

Text Example


Text Example

White with #AEA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA643; }

 p { color: rgb(174,166,67); }

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

background-color css

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

 a { background-color: rgb(174,166,67); }

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

border-color css

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

 span { border-color: rgb(174,166,67); }

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