Html Css Color HEX #AEA850 Brass

📋 copy color: '#AEA850'

red 174 ◦ green 168 ◦ blue 80

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

Shades of Brass #AEA850

Tints of Brass #AEA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 41.23%
G = 39.81%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AEA850 (or 0xAEA850) is known color: Brass. HEX triplet: AE, A8 and 50. RGB value is (174,168,80). Sum of RGB (Red+Green+Blue) = 174+168+80=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA850 is #5157AF. Grayscale: #A0A0A0. Windows color (decimal): -5330864 or 5286062. OLE color: 5286062.

HSL color Cylindrical-coordinate representation of color #AEA850: hue angle of 56.17º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEA850 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 80 -
CMYK 0 0.03 0.54 0.32
HSL 56.17º 0.37% 0.5% -
HSV(B) 56.17º 0.54% 0.68% -
XYZ 32.91 37.58 13.11 -
YUV 159.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 174 168 80 0 0.03 0.54 0.32 56.17 0.37 0.5
Hex AE A8 50 0 3 36 20 38 25 32
Octal 256 250 120 0 3 66 40 70 45 62
Binary 10101110 10101000 1010000 0 11 110110 100000 111000 100101 110010

Color Harmonies of #AEA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA850

Black with #AEA850

Text Example


Text Example

White with #AEA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA850; }

 p { color: rgb(174,168,80); }

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

background-color css

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

 a { background-color: rgb(174,168,80); }

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

border-color css

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

 span { border-color: rgb(174,168,80); }

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