Html Css Color HEX #AEA339 Brass

📋 copy color: '#AEA339'

red 174 ◦ green 163 ◦ blue 57

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

Shades of Brass #AEA339

Tints of Brass #AEA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 57 (22.66% from 255) = 14.47%

R = 44.16%
G = 41.37%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEA339 (or 0xAEA339) is known color: Brass. HEX triplet: AE, A3 and 39. RGB value is (174,163,57). Sum of RGB (Red+Green+Blue) = 174+163+57=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA339 is #515CC6. Grayscale: #9A9A9A. Windows color (decimal): -5332167 or 3777454. OLE color: 3777454.

HSL color Cylindrical-coordinate representation of color #AEA339: hue angle of 54.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEA339 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 57 -
CMYK 0 0.06 0.67 0.32
HSL 54.36º 0.51% 0.45% -
HSV(B) 54.36º 0.67% 0.68% -
XYZ 31.29 35.49 9.07 -
YUV 154.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 174 163 57 0 0.06 0.67 0.32 54.36 0.51 0.45
Hex AE A3 39 0 6 43 20 36 33 2D
Octal 256 243 71 0 6 103 40 66 63 55
Binary 10101110 10100011 111001 0 110 1000011 100000 110110 110011 101101

Color Harmonies of #AEA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA339

Black with #AEA339

Text Example


Text Example

White with #AEA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA339; }

 p { color: rgb(174,163,57); }

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

background-color css

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

 a { background-color: rgb(174,163,57); }

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

border-color css

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

 span { border-color: rgb(174,163,57); }

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