Html Css Color HEX #AEA33E Brass

📋 copy color: '#AEA33E'

red 174 ◦ green 163 ◦ blue 62

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

Shades of Brass #AEA33E

Tints of Brass #AEA33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 43.61%
G = 40.85%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA33E (or 0xAEA33E) is known color: Brass. HEX triplet: AE, A3 and 3E. RGB value is (174,163,62). Sum of RGB (Red+Green+Blue) = 174+163+62=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33E is #515CC1. Grayscale: #9B9B9B. Windows color (decimal): -5332162 or 4105134. OLE color: 4105134.

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

Color convert

RGB 174 163 62 -
CMYK 0 0.06 0.64 0.32
HSL 54.11º 0.47% 0.46% -
HSV(B) 54.11º 0.64% 0.68% -
XYZ 31.42 35.54 9.76 -
YUV 154.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 174 163 62 0 0.06 0.64 0.32 54.11 0.47 0.46
Hex AE A3 3E 0 6 40 20 36 2F 2E
Octal 256 243 76 0 6 100 40 66 57 56
Binary 10101110 10100011 111110 0 110 1000000 100000 110110 101111 101110

Color Harmonies of #AEA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA33E

Black with #AEA33E

Text Example


Text Example

White with #AEA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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