Html Css Color HEX #AEA750 Brass

📋 copy color: '#AEA750'

red 174 ◦ green 167 ◦ blue 80

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

Shades of Brass #AEA750

Tints of Brass #AEA750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 41.33%
G = 39.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AEA750 (or 0xAEA750) is known color: Brass. HEX triplet: AE, A7 and 50. RGB value is (174,167,80). Sum of RGB (Red+Green+Blue) = 174+167+80=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA750 is #5158AF. Grayscale: #9F9F9F. Windows color (decimal): -5331120 or 5285806. OLE color: 5285806.

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

Color convert

RGB 174 167 80 -
CMYK 0 0.04 0.54 0.32
HSL 55.53º 0.37% 0.5% -
HSV(B) 55.53º 0.54% 0.68% -
XYZ 32.72 37.22 13.05 -
YUV 159.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 174 167 80 0 0.04 0.54 0.32 55.53 0.37 0.5
Hex AE A7 50 0 4 36 20 38 25 32
Octal 256 247 120 0 4 66 40 70 45 62
Binary 10101110 10100111 1010000 0 100 110110 100000 111000 100101 110010

Color Harmonies of #AEA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA750

Black with #AEA750

Text Example


Text Example

White with #AEA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA750; }

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

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

background-color css

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

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

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

border-color css

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

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

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