Html Css Color HEX #AEA63E Brass

📋 copy color: '#AEA63E'

red 174 ◦ green 166 ◦ blue 62

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

Shades of Brass #AEA63E

Tints of Brass #AEA63E

RGB

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

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

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

R = 43.28%
G = 41.29%
B = 15.42%

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

#AEA63E (or 0xAEA63E) is known color: Brass. HEX triplet: AE, A6 and 3E. RGB value is (174,166,62). Sum of RGB (Red+Green+Blue) = 174+166+62=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA63E is #5159C1. Grayscale: #9C9C9C. Windows color (decimal): -5331394 or 4105902. OLE color: 4105902.

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

Color convert

RGB 174 166 62 -
CMYK 0 0.05 0.64 0.32
HSL 55.71º 0.47% 0.46% -
HSV(B) 55.71º 0.64% 0.68% -
XYZ 31.96 36.62 9.94 -
YUV 156.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 174 166 62 0 0.05 0.64 0.32 55.71 0.47 0.46
Hex AE A6 3E 0 5 40 20 38 2F 2E
Octal 256 246 76 0 5 100 40 70 57 56
Binary 10101110 10100110 111110 0 101 1000000 100000 111000 101111 101110

Color Harmonies of #AEA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA63E

Black with #AEA63E

Text Example


Text Example

White with #AEA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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