Html Css Color HEX #ACA341 Brass

📋 copy color: '#ACA341'

red 172 ◦ green 163 ◦ blue 65

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

Shades of Brass #ACA341

Tints of Brass #ACA341

RGB

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

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

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

R = 43%
G = 40.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACA341 (or 0xACA341) is known color: Brass. HEX triplet: AC, A3 and 41. RGB value is (172,163,65). Sum of RGB (Red+Green+Blue) = 172+163+65=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA341 is #535CBE. Grayscale: #9A9A9A. Windows color (decimal): -5463231 or 4301740. OLE color: 4301740.

HSL color Cylindrical-coordinate representation of color #ACA341: hue angle of 54.95º 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 #ACA341 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 65 -
CMYK 0 0.05 0.62 0.33
HSL 54.95º 0.45% 0.46% -
HSV(B) 54.95º 0.62% 0.67% -
XYZ 31.06 35.35 10.19 -
YUV 154.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 172 163 65 0 0.05 0.62 0.33 54.95 0.45 0.46
Hex AC A3 41 0 5 3E 21 37 2D 2E
Octal 254 243 101 0 5 76 41 67 55 56
Binary 10101100 10100011 1000001 0 101 111110 100001 110111 101101 101110

Color Harmonies of #ACA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA341

Black with #ACA341

Text Example


Text Example

White with #ACA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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