Html Css Color HEX #AEA33A Brass

📋 copy color: '#AEA33A'

red 174 ◦ green 163 ◦ blue 58

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

Shades of Brass #AEA33A

Tints of Brass #AEA33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 44.05%
G = 41.27%
B = 14.68%

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

#AEA33A (or 0xAEA33A) is known color: Brass. HEX triplet: AE, A3 and 3A. RGB value is (174,163,58). Sum of RGB (Red+Green+Blue) = 174+163+58=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33A is #515CC5. Grayscale: #9A9A9A. Windows color (decimal): -5332166 or 3842990. OLE color: 3842990.

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

Color convert

RGB 174 163 58 -
CMYK 0 0.06 0.67 0.32
HSL 54.31º 0.5% 0.45% -
HSV(B) 54.31º 0.67% 0.68% -
XYZ 31.32 35.5 9.2 -
YUV 154.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 174 163 58 0 0.06 0.67 0.32 54.31 0.5 0.45
Hex AE A3 3A 0 6 43 20 36 32 2D
Octal 256 243 72 0 6 103 40 66 62 55
Binary 10101110 10100011 111010 0 110 1000011 100000 110110 110010 101101

Color Harmonies of #AEA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA33A

Black with #AEA33A

Text Example


Text Example

White with #AEA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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