Html Css Color HEX #AEA341 Brass

📋 copy color: '#AEA341'

red 174 ◦ green 163 ◦ blue 65

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

Shades of Brass #AEA341

Tints of Brass #AEA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 43.28%
G = 40.55%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA341 (or 0xAEA341) is known color: Brass. HEX triplet: AE, A3 and 41. RGB value is (174,163,65). Sum of RGB (Red+Green+Blue) = 174+163+65=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA341 is #515CBE. Grayscale: #9B9B9B. Windows color (decimal): -5332159 or 4301742. OLE color: 4301742.

HSL color Cylindrical-coordinate representation of color #AEA341: hue angle of 53.94º 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 #AEA341 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 65 -
CMYK 0 0.06 0.63 0.32
HSL 53.94º 0.46% 0.47% -
HSV(B) 53.94º 0.63% 0.68% -
XYZ 31.51 35.57 10.21 -
YUV 155.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 174 163 65 0 0.06 0.63 0.32 53.94 0.46 0.47
Hex AE A3 41 0 6 3F 20 36 2E 2F
Octal 256 243 101 0 6 77 40 66 56 57
Binary 10101110 10100011 1000001 0 110 111111 100000 110110 101110 101111

Color Harmonies of #AEA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA341

Black with #AEA341

Text Example


Text Example

White with #AEA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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