Html Css Color HEX #AEA43E Brass

📋 copy color: '#AEA43E'

red 174 ◦ green 164 ◦ blue 62

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

Shades of Brass #AEA43E

Tints of Brass #AEA43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 43.5%
G = 41%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA43E (or 0xAEA43E) is known color: Brass. HEX triplet: AE, A4 and 3E. RGB value is (174,164,62). Sum of RGB (Red+Green+Blue) = 174+164+62=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA43E is #515BC1. Grayscale: #9B9B9B. Windows color (decimal): -5331906 or 4105390. OLE color: 4105390.

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

Color convert

RGB 174 164 62 -
CMYK 0 0.06 0.64 0.32
HSL 54.64º 0.47% 0.46% -
HSV(B) 54.64º 0.64% 0.68% -
XYZ 31.6 35.9 9.82 -
YUV 155.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 174 164 62 0 0.06 0.64 0.32 54.64 0.47 0.46
Hex AE A4 3E 0 6 40 20 37 2F 2E
Octal 256 244 76 0 6 100 40 67 57 56
Binary 10101110 10100100 111110 0 110 1000000 100000 110111 101111 101110

Color Harmonies of #AEA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA43E

Black with #AEA43E

Text Example


Text Example

White with #AEA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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