Html Css Color HEX #AEB03D Brass

📋 copy color: '#AEB03D'

red 174 ◦ green 176 ◦ blue 61

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

Shades of Brass #AEB03D

Tints of Brass #AEB03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 42.34%
G = 42.82%
B = 14.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AEB03D (or 0xAEB03D) is known color: Brass. HEX triplet: AE, B0 and 3D. RGB value is (174,176,61). Sum of RGB (Red+Green+Blue) = 174+176+61=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB03D is #514FC2. Grayscale: #A2A2A2. Windows color (decimal): -5328835 or 4042926. OLE color: 4042926.

HSL color Cylindrical-coordinate representation of color #AEB03D: hue angle of 61.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEB03D is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 61 -
CMYK 0.01 0 0.65 0.31
HSL 61.04º 0.49% 0.46% -
HSV(B) 61.04º 0.65% 0.69% -
XYZ 33.82 40.39 10.43 -
YUV 162.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 174 176 61 0.01 0 0.65 0.31 61.04 0.49 0.46
Hex AE B0 3D 1 0 41 1F 3D 31 2E
Octal 256 260 75 1 0 101 37 75 61 56
Binary 10101110 10110000 111101 1 0 1000001 11111 111101 110001 101110

Color Harmonies of #AEB03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB03D

Black with #AEB03D

Text Example


Text Example

White with #AEB03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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