Html Css Color HEX #ACA841 Brass

📋 copy color: '#ACA841'

red 172 ◦ green 168 ◦ blue 65

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

Shades of Brass #ACA841

Tints of Brass #ACA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 42.47%
G = 41.48%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACA841 (or 0xACA841) is known color: Brass. HEX triplet: AC, A8 and 41. RGB value is (172,168,65). Sum of RGB (Red+Green+Blue) = 172+168+65=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA841 is #5357BE. Grayscale: #9D9D9D. Windows color (decimal): -5461951 or 4303020. OLE color: 4303020.

HSL color Cylindrical-coordinate representation of color #ACA841: hue angle of 57.76º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACA841 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 65 -
CMYK 0 0.02 0.62 0.33
HSL 57.76º 0.45% 0.46% -
HSV(B) 57.76º 0.62% 0.67% -
XYZ 31.97 37.16 10.49 -
YUV 157.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 172 168 65 0 0.02 0.62 0.33 57.76 0.45 0.46
Hex AC A8 41 0 2 3E 21 3A 2D 2E
Octal 254 250 101 0 2 76 41 72 55 56
Binary 10101100 10101000 1000001 0 10 111110 100001 111010 101101 101110

Color Harmonies of #ACA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA841

Black with #ACA841

Text Example


Text Example

White with #ACA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA841; }

 p { color: rgb(172,168,65); }

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

background-color css

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

 a { background-color: rgb(172,168,65); }

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

border-color css

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

 span { border-color: rgb(172,168,65); }

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