Html Css Color HEX #AEB240 Brass

📋 copy color: '#AEB240'

red 174 ◦ green 178 ◦ blue 64

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

Shades of Brass #AEB240

Tints of Brass #AEB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 41.83%
G = 42.79%
B = 15.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#AEB240 (or 0xAEB240) is known color: Brass. HEX triplet: AE, B2 and 40. RGB value is (174,178,64). Sum of RGB (Red+Green+Blue) = 174+178+64=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB240 is #514DBF. Grayscale: #A4A4A4. Windows color (decimal): -5328320 or 4240046. OLE color: 4240046.

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

Color convert

RGB 174 178 64 -
CMYK 0.02 0 0.64 0.30
HSL 62.11º 0.47% 0.47% -
HSV(B) 62.11º 0.64% 0.7% -
XYZ 34.3 41.21 11 -
YUV 163.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 174 178 64 0.02 0 0.64 0.30 62.11 0.47 0.47
Hex AE B2 40 2 0 40 1E 3E 2F 2F
Octal 256 262 100 2 0 100 36 76 57 57
Binary 10101110 10110010 1000000 10 0 1000000 11110 111110 101111 101111

Color Harmonies of #AEB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB240

Black with #AEB240

Text Example


Text Example

White with #AEB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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