Html Css Color HEX #AE9C3F Brass

📋 copy color: '#AE9C3F'

red 174 ◦ green 156 ◦ blue 63

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

Shades of Brass #AE9C3F

Tints of Brass #AE9C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 44.27%
G = 39.69%
B = 16.03%

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

#AE9C3F (or 0xAE9C3F) is known color: Brass. HEX triplet: AE, 9C and 3F. RGB value is (174,156,63). Sum of RGB (Red+Green+Blue) = 174+156+63=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C3F is #5163C0. Grayscale: #979797. Windows color (decimal): -5333953 or 4168878. OLE color: 4168878.

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

Color convert

RGB 174 156 63 -
CMYK 0 0.10 0.64 0.32
HSL 50.27º 0.47% 0.46% -
HSV(B) 50.27º 0.64% 0.68% -
XYZ 30.24 33.13 9.5 -
YUV 150.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 174 156 63 0 0.10 0.64 0.32 50.27 0.47 0.46
Hex AE 9C 3F 0 A 40 20 32 2F 2E
Octal 256 234 77 0 12 100 40 62 57 56
Binary 10101110 10011100 111111 0 1010 1000000 100000 110010 101111 101110

Color Harmonies of #AE9C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C3F

Black with #AE9C3F

Text Example


Text Example

White with #AE9C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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