Html Css Color HEX #ACA350 Brass

📋 copy color: '#ACA350'

red 172 ◦ green 163 ◦ blue 80

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

Shades of Brass #ACA350

Tints of Brass #ACA350

RGB

 RED value IS 172 (67.58% from 255) = 41.45%

 GREEN value IS 163 (64.06% from 255) = 39.28%

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 41.45%
G = 39.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ACA350 (or 0xACA350) is known color: Brass. HEX triplet: AC, A3 and 50. RGB value is (172,163,80). Sum of RGB (Red+Green+Blue) = 172+163+80=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA350 is #535CAF. Grayscale: #9C9C9C. Windows color (decimal): -5463216 or 5284780. OLE color: 5284780.

HSL color Cylindrical-coordinate representation of color #ACA350: hue angle of 54.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACA350 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 80 -
CMYK 0 0.05 0.53 0.33
HSL 54.13º 0.37% 0.49% -
HSV(B) 54.13º 0.53% 0.67% -
XYZ 31.56 35.54 12.79 -
YUV 156.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 172 163 80 0 0.05 0.53 0.33 54.13 0.37 0.49
Hex AC A3 50 0 5 35 21 36 25 31
Octal 254 243 120 0 5 65 41 66 45 61
Binary 10101100 10100011 1010000 0 101 110101 100001 110110 100101 110001

Color Harmonies of #ACA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA350

Black with #ACA350

Text Example


Text Example

White with #ACA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA350; }

 p { color: rgb(172,163,80); }

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

background-color css

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

 a { background-color: rgb(172,163,80); }

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

border-color css

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

 span { border-color: rgb(172,163,80); }

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