Html Css Color HEX #AE9F3E Brass

📋 copy color: '#AE9F3E'

red 174 ◦ green 159 ◦ blue 62

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

Shades of Brass #AE9F3E

Tints of Brass #AE9F3E

RGB

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

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

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

R = 44.05%
G = 40.25%
B = 15.7%

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

#AE9F3E (or 0xAE9F3E) is known color: Brass. HEX triplet: AE, 9F and 3E. RGB value is (174,159,62). Sum of RGB (Red+Green+Blue) = 174+159+62=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F3E is #5160C1. Grayscale: #989898. Windows color (decimal): -5333186 or 4104110. OLE color: 4104110.

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

Color convert

RGB 174 159 62 -
CMYK 0 0.09 0.64 0.32
HSL 51.96º 0.47% 0.46% -
HSV(B) 51.96º 0.64% 0.68% -
XYZ 30.72 34.14 9.53 -
YUV 152.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 174 159 62 0 0.09 0.64 0.32 51.96 0.47 0.46
Hex AE 9F 3E 0 9 40 20 34 2F 2E
Octal 256 237 76 0 11 100 40 64 57 56
Binary 10101110 10011111 111110 0 1001 1000000 100000 110100 101111 101110

Color Harmonies of #AE9F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F3E

Black with #AE9F3E

Text Example


Text Example

White with #AE9F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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