Html Css Color HEX #AEA63F Brass

📋 copy color: '#AEA63F'

red 174 ◦ green 166 ◦ blue 63

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

Shades of Brass #AEA63F

Tints of Brass #AEA63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 43.18%
G = 41.19%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA63F (or 0xAEA63F) is known color: Brass. HEX triplet: AE, A6 and 3F. RGB value is (174,166,63). Sum of RGB (Red+Green+Blue) = 174+166+63=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA63F is #5159C0. Grayscale: #9D9D9D. Windows color (decimal): -5331393 or 4171438. OLE color: 4171438.

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

Color convert

RGB 174 166 63 -
CMYK 0 0.05 0.64 0.32
HSL 55.68º 0.47% 0.46% -
HSV(B) 55.68º 0.64% 0.68% -
XYZ 31.99 36.63 10.09 -
YUV 156.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 174 166 63 0 0.05 0.64 0.32 55.68 0.47 0.46
Hex AE A6 3F 0 5 40 20 38 2F 2E
Octal 256 246 77 0 5 100 40 70 57 56
Binary 10101110 10100110 111111 0 101 1000000 100000 111000 101111 101110

Color Harmonies of #AEA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA63F

Black with #AEA63F

Text Example


Text Example

White with #AEA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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