Html Css Color HEX #ACA843 Brass

📋 copy color: '#ACA843'

red 172 ◦ green 168 ◦ blue 67

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

Shades of Brass #ACA843

Tints of Brass #ACA843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 42.26%
G = 41.28%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ACA843 (or 0xACA843) is known color: Brass. HEX triplet: AC, A8 and 43. RGB value is (172,168,67). Sum of RGB (Red+Green+Blue) = 172+168+67=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA843 is #5357BC. Grayscale: #9E9E9E. Windows color (decimal): -5461949 or 4434092. OLE color: 4434092.

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

Color convert

RGB 172 168 67 -
CMYK 0 0.02 0.61 0.33
HSL 57.71º 0.44% 0.47% -
HSV(B) 57.71º 0.61% 0.67% -
XYZ 32.03 37.18 10.8 -
YUV 157.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 172 168 67 0 0.02 0.61 0.33 57.71 0.44 0.47
Hex AC A8 43 0 2 3D 21 3A 2C 2F
Octal 254 250 103 0 2 75 41 72 54 57
Binary 10101100 10101000 1000011 0 10 111101 100001 111010 101100 101111

Color Harmonies of #ACA843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA843

Black with #ACA843

Text Example


Text Example

White with #ACA843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA843; }

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

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

background-color css

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

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

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

border-color css

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

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

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