Html Css Color HEX #AE9E44 Brass

📋 copy color: '#AE9E44'

red 174 ◦ green 158 ◦ blue 68

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

Shades of Brass #AE9E44

Tints of Brass #AE9E44

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 68 (26.95% from 255) = 17%

R = 43.5%
G = 39.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE9E44 (or 0xAE9E44) is known color: Brass. HEX triplet: AE, 9E and 44. RGB value is (174,158,68). Sum of RGB (Red+Green+Blue) = 174+158+68=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E44 is #5161BB. Grayscale: #989898. Windows color (decimal): -5333436 or 4497070. OLE color: 4497070.

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

Color convert

RGB 174 158 68 -
CMYK 0 0.09 0.61 0.32
HSL 50.94º 0.44% 0.47% -
HSV(B) 50.94º 0.61% 0.68% -
XYZ 30.73 33.87 10.39 -
YUV 152.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 174 158 68 0 0.09 0.61 0.32 50.94 0.44 0.47
Hex AE 9E 44 0 9 3D 20 33 2C 2F
Octal 256 236 104 0 11 75 40 63 54 57
Binary 10101110 10011110 1000100 0 1001 111101 100000 110011 101100 101111

Color Harmonies of #AE9E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E44

Black with #AE9E44

Text Example


Text Example

White with #AE9E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E44; }

 p { color: rgb(174,158,68); }

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

background-color css

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

 a { background-color: rgb(174,158,68); }

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

border-color css

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

 span { border-color: rgb(174,158,68); }

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