Html Css Color HEX #AEB140 Brass

📋 copy color: '#AEB140'

red 174 ◦ green 177 ◦ blue 64

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

Shades of Brass #AEB140

Tints of Brass #AEB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 41.93%
G = 42.65%
B = 15.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AEB140 (or 0xAEB140) is known color: Brass. HEX triplet: AE, B1 and 40. RGB value is (174,177,64). Sum of RGB (Red+Green+Blue) = 174+177+64=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB140 is #514EBF. Grayscale: #A3A3A3. Windows color (decimal): -5328576 or 4239790. OLE color: 4239790.

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

Color convert

RGB 174 177 64 -
CMYK 0.02 0 0.64 0.31
HSL 61.59º 0.47% 0.47% -
HSV(B) 61.59º 0.64% 0.69% -
XYZ 34.1 40.81 10.93 -
YUV 163.22 72.01 135.69 -
System Red Green Blue C M Y K H S L
Decimal 174 177 64 0.02 0 0.64 0.31 61.59 0.47 0.47
Hex AE B1 40 2 0 40 1F 3E 2F 2F
Octal 256 261 100 2 0 100 37 76 57 57
Binary 10101110 10110001 1000000 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #AEB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB140

Black with #AEB140

Text Example


Text Example

White with #AEB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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