Html Css Color HEX #AEAC43 Brass

📋 copy color: '#AEAC43'

red 174 ◦ green 172 ◦ blue 67

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

Shades of Brass #AEAC43

Tints of Brass #AEAC43

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

 BLUE value IS 67 (26.56% from 255) = 16.22%

R = 42.13%
G = 41.65%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEAC43 (or 0xAEAC43) is known color: Brass. HEX triplet: AE, AC and 43. RGB value is (174,172,67). Sum of RGB (Red+Green+Blue) = 174+172+67=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC43 is #5153BC. Grayscale: #A1A1A1. Windows color (decimal): -5329853 or 4435118. OLE color: 4435118.

HSL color Cylindrical-coordinate representation of color #AEAC43: hue angle of 58.88º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEAC43 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 172 67 -
CMYK 0 0.01 0.61 0.32
HSL 58.88º 0.44% 0.47% -
HSV(B) 58.88º 0.61% 0.68% -
XYZ 33.22 38.91 11.07 -
YUV 160.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 174 172 67 0 0.01 0.61 0.32 58.88 0.44 0.47
Hex AE AC 43 0 1 3D 20 3B 2C 2F
Octal 256 254 103 0 1 75 40 73 54 57
Binary 10101110 10101100 1000011 0 1 111101 100000 111011 101100 101111

Color Harmonies of #AEAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC43

Black with #AEAC43

Text Example


Text Example

White with #AEAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC43; }

 p { color: rgb(174,172,67); }

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

background-color css

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

 a { background-color: rgb(174,172,67); }

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

border-color css

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

 span { border-color: rgb(174,172,67); }

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