Html Css Color HEX #AEA33D Brass

📋 copy color: '#AEA33D'

red 174 ◦ green 163 ◦ blue 61

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

Shades of Brass #AEA33D

Tints of Brass #AEA33D

RGB

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

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

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

R = 43.72%
G = 40.95%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AEA33D (or 0xAEA33D) is known color: Brass. HEX triplet: AE, A3 and 3D. RGB value is (174,163,61). Sum of RGB (Red+Green+Blue) = 174+163+61=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33D is #515CC2. Grayscale: #9B9B9B. Windows color (decimal): -5332163 or 4039598. OLE color: 4039598.

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

Color convert

RGB 174 163 61 -
CMYK 0 0.06 0.65 0.32
HSL 54.16º 0.48% 0.46% -
HSV(B) 54.16º 0.65% 0.68% -
XYZ 31.4 35.53 9.62 -
YUV 154.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 174 163 61 0 0.06 0.65 0.32 54.16 0.48 0.46
Hex AE A3 3D 0 6 41 20 36 30 2E
Octal 256 243 75 0 6 101 40 66 60 56
Binary 10101110 10100011 111101 0 110 1000001 100000 110110 110000 101110

Color Harmonies of #AEA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA33D

Black with #AEA33D

Text Example


Text Example

White with #AEA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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