Html Css Color HEX #AE9C3E Brass

📋 copy color: '#AE9C3E'

red 174 ◦ green 156 ◦ blue 62

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

Shades of Brass #AE9C3E

Tints of Brass #AE9C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 44.39%
G = 39.8%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE9C3E (or 0xAE9C3E) is known color: Brass. HEX triplet: AE, 9C and 3E. RGB value is (174,156,62). Sum of RGB (Red+Green+Blue) = 174+156+62=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C3E is #5163C1. Grayscale: #979797. Windows color (decimal): -5333954 or 4103342. OLE color: 4103342.

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

Color convert

RGB 174 156 62 -
CMYK 0 0.10 0.64 0.32
HSL 50.36º 0.47% 0.46% -
HSV(B) 50.36º 0.64% 0.68% -
XYZ 30.21 33.12 9.36 -
YUV 150.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 174 156 62 0 0.10 0.64 0.32 50.36 0.47 0.46
Hex AE 9C 3E 0 A 40 20 32 2F 2E
Octal 256 234 76 0 12 100 40 62 57 56
Binary 10101110 10011100 111110 0 1010 1000000 100000 110010 101111 101110

Color Harmonies of #AE9C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C3E

Black with #AE9C3E

Text Example


Text Example

White with #AE9C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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