Html Css Color HEX #AE9C41 Brass

📋 copy color: '#AE9C41'

red 174 ◦ green 156 ◦ blue 65

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

Shades of Brass #AE9C41

Tints of Brass #AE9C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 44.05%
G = 39.49%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9C41 (or 0xAE9C41) is known color: Brass. HEX triplet: AE, 9C and 41. RGB value is (174,156,65). Sum of RGB (Red+Green+Blue) = 174+156+65=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C41 is #5163BE. Grayscale: #979797. Windows color (decimal): -5333951 or 4299950. OLE color: 4299950.

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

Color convert

RGB 174 156 65 -
CMYK 0 0.10 0.63 0.32
HSL 50.09º 0.46% 0.47% -
HSV(B) 50.09º 0.63% 0.68% -
XYZ 30.3 33.16 9.8 -
YUV 151.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 174 156 65 0 0.10 0.63 0.32 50.09 0.46 0.47
Hex AE 9C 41 0 A 3F 20 32 2E 2F
Octal 256 234 101 0 12 77 40 62 56 57
Binary 10101110 10011100 1000001 0 1010 111111 100000 110010 101110 101111

Color Harmonies of #AE9C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C41

Black with #AE9C41

Text Example


Text Example

White with #AE9C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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