Html Css Color HEX #AEB136 Brass

📋 copy color: '#AEB136'

red 174 ◦ green 177 ◦ blue 54

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

Shades of Brass #AEB136

Tints of Brass #AEB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 54 (21.48% from 255) = 13.33%

R = 42.96%
G = 43.7%
B = 13.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AEB136 (or 0xAEB136) is known color: Brass. HEX triplet: AE, B1 and 36. RGB value is (174,177,54). Sum of RGB (Red+Green+Blue) = 174+177+54=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB136 is #514EC9. Grayscale: #A2A2A2. Windows color (decimal): -5328586 or 3584430. OLE color: 3584430.

HSL color Cylindrical-coordinate representation of color #AEB136: hue angle of 61.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEB136 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 54 -
CMYK 0.02 0 0.69 0.31
HSL 61.46º 0.53% 0.45% -
HSV(B) 61.46º 0.69% 0.69% -
XYZ 33.84 40.71 9.56 -
YUV 162.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 174 177 54 0.02 0 0.69 0.31 61.46 0.53 0.45
Hex AE B1 36 2 0 45 1F 3D 35 2D
Octal 256 261 66 2 0 105 37 75 65 55
Binary 10101110 10110001 110110 10 0 1000101 11111 111101 110101 101101

Color Harmonies of #AEB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB136

Black with #AEB136

Text Example


Text Example

White with #AEB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB136; }

 p { color: rgb(174,177,54); }

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

background-color css

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

 a { background-color: rgb(174,177,54); }

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

border-color css

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

 span { border-color: rgb(174,177,54); }

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