Html Css Color HEX #AEA23D Brass

📋 copy color: '#AEA23D'

red 174 ◦ green 162 ◦ blue 61

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

Shades of Brass #AEA23D

Tints of Brass #AEA23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 43.83%
G = 40.81%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AEA23D (or 0xAEA23D) is known color: Brass. HEX triplet: AE, A2 and 3D. RGB value is (174,162,61). Sum of RGB (Red+Green+Blue) = 174+162+61=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA23D is #515DC2. Grayscale: #9A9A9A. Windows color (decimal): -5332419 or 4039342. OLE color: 4039342.

HSL color Cylindrical-coordinate representation of color #AEA23D: hue angle of 53.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEA23D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 61 -
CMYK 0 0.07 0.65 0.32
HSL 53.63º 0.48% 0.46% -
HSV(B) 53.63º 0.65% 0.68% -
XYZ 31.22 35.18 9.56 -
YUV 154.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 174 162 61 0 0.07 0.65 0.32 53.63 0.48 0.46
Hex AE A2 3D 0 7 41 20 36 30 2E
Octal 256 242 75 0 7 101 40 66 60 56
Binary 10101110 10100010 111101 0 111 1000001 100000 110110 110000 101110

Color Harmonies of #AEA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA23D

Black with #AEA23D

Text Example


Text Example

White with #AEA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA23D; }

 p { color: rgb(174,162,61); }

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

background-color css

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

 a { background-color: rgb(174,162,61); }

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

border-color css

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

 span { border-color: rgb(174,162,61); }

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