Html Css Color HEX #AEB036 Brass

📋 copy color: '#AEB036'

red 174 ◦ green 176 ◦ blue 54

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

Shades of Brass #AEB036

Tints of Brass #AEB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

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

R = 43.07%
G = 43.56%
B = 13.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AEB036 (or 0xAEB036) is known color: Brass. HEX triplet: AE, B0 and 36. RGB value is (174,176,54). Sum of RGB (Red+Green+Blue) = 174+176+54=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB036 is #514FC9. Grayscale: #A1A1A1. Windows color (decimal): -5328842 or 3584174. OLE color: 3584174.

HSL color Cylindrical-coordinate representation of color #AEB036: hue angle of 60.98º 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 #AEB036 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 54 -
CMYK 0.01 0 0.69 0.31
HSL 60.98º 0.53% 0.45% -
HSV(B) 60.98º 0.69% 0.69% -
XYZ 33.65 40.32 9.5 -
YUV 161.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 174 176 54 0.01 0 0.69 0.31 60.98 0.53 0.45
Hex AE B0 36 1 0 45 1F 3D 35 2D
Octal 256 260 66 1 0 105 37 75 65 55
Binary 10101110 10110000 110110 1 0 1000101 11111 111101 110101 101101

Color Harmonies of #AEB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB036

Black with #AEB036

Text Example


Text Example

White with #AEB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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