Html Css Color HEX #AEA63D Brass

📋 copy color: '#AEA63D'

red 174 ◦ green 166 ◦ blue 61

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

Shades of Brass #AEA63D

Tints of Brass #AEA63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 43.39%
G = 41.4%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AEA63D (or 0xAEA63D) is known color: Brass. HEX triplet: AE, A6 and 3D. RGB value is (174,166,61). Sum of RGB (Red+Green+Blue) = 174+166+61=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA63D is #5159C2. Grayscale: #9C9C9C. Windows color (decimal): -5331395 or 4040366. OLE color: 4040366.

HSL color Cylindrical-coordinate representation of color #AEA63D: hue angle of 55.75º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEA63D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 61 -
CMYK 0 0.05 0.65 0.32
HSL 55.75º 0.48% 0.46% -
HSV(B) 55.75º 0.65% 0.68% -
XYZ 31.93 36.61 9.8 -
YUV 156.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 174 166 61 0 0.05 0.65 0.32 55.75 0.48 0.46
Hex AE A6 3D 0 5 41 20 38 30 2E
Octal 256 246 75 0 5 101 40 70 60 56
Binary 10101110 10100110 111101 0 101 1000001 100000 111000 110000 101110

Color Harmonies of #AEA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA63D

Black with #AEA63D

Text Example


Text Example

White with #AEA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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