Html Css Color HEX #AE9F3F Brass

📋 copy color: '#AE9F3F'

red 174 ◦ green 159 ◦ blue 63

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

Shades of Brass #AE9F3F

Tints of Brass #AE9F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

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

R = 43.94%
G = 40.15%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE9F3F (or 0xAE9F3F) is known color: Brass. HEX triplet: AE, 9F and 3F. RGB value is (174,159,63). Sum of RGB (Red+Green+Blue) = 174+159+63=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F3F is #5160C0. Grayscale: #989898. Windows color (decimal): -5333185 or 4169646. OLE color: 4169646.

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

Color convert

RGB 174 159 63 -
CMYK 0 0.09 0.64 0.32
HSL 51.89º 0.47% 0.46% -
HSV(B) 51.89º 0.64% 0.68% -
XYZ 30.75 34.15 9.67 -
YUV 152.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 174 159 63 0 0.09 0.64 0.32 51.89 0.47 0.46
Hex AE 9F 3F 0 9 40 20 34 2F 2E
Octal 256 237 77 0 11 100 40 64 57 56
Binary 10101110 10011111 111111 0 1001 1000000 100000 110100 101111 101110

Color Harmonies of #AE9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F3F

Black with #AE9F3F

Text Example


Text Example

White with #AE9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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