Html Css Color HEX #AEA64D Brass

📋 copy color: '#AEA64D'

red 174 ◦ green 166 ◦ blue 77

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

Shades of Brass #AEA64D

Tints of Brass #AEA64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 41.73%
G = 39.81%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEA64D (or 0xAEA64D) is known color: Brass. HEX triplet: AE, A6 and 4D. RGB value is (174,166,77). Sum of RGB (Red+Green+Blue) = 174+166+77=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA64D is #5159B2. Grayscale: #9E9E9E. Windows color (decimal): -5331379 or 5088942. OLE color: 5088942.

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

Color convert

RGB 174 166 77 -
CMYK 0 0.05 0.56 0.32
HSL 55.05º 0.39% 0.49% -
HSV(B) 55.05º 0.56% 0.68% -
XYZ 32.43 36.81 12.42 -
YUV 158.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 174 166 77 0 0.05 0.56 0.32 55.05 0.39 0.49
Hex AE A6 4D 0 5 38 20 37 27 31
Octal 256 246 115 0 5 70 40 67 47 61
Binary 10101110 10100110 1001101 0 101 111000 100000 110111 100111 110001

Color Harmonies of #AEA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA64D

Black with #AEA64D

Text Example


Text Example

White with #AEA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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