Html Css Color HEX #ACA345 Brass

📋 copy color: '#ACA345'

red 172 ◦ green 163 ◦ blue 69

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

Shades of Brass #ACA345

Tints of Brass #ACA345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 42.57%
G = 40.35%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ACA345 (or 0xACA345) is known color: Brass. HEX triplet: AC, A3 and 45. RGB value is (172,163,69). Sum of RGB (Red+Green+Blue) = 172+163+69=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA345 is #535CBA. Grayscale: #9B9B9B. Windows color (decimal): -5463227 or 4563884. OLE color: 4563884.

HSL color Cylindrical-coordinate representation of color #ACA345: hue angle of 54.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACA345 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 69 -
CMYK 0 0.05 0.60 0.33
HSL 54.76º 0.43% 0.47% -
HSV(B) 54.76º 0.6% 0.67% -
XYZ 31.18 35.39 10.82 -
YUV 154.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 172 163 69 0 0.05 0.60 0.33 54.76 0.43 0.47
Hex AC A3 45 0 5 3C 21 37 2B 2F
Octal 254 243 105 0 5 74 41 67 53 57
Binary 10101100 10100011 1000101 0 101 111100 100001 110111 101011 101111

Color Harmonies of #ACA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA345

Black with #ACA345

Text Example


Text Example

White with #ACA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA345; }

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

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

background-color css

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

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

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

border-color css

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

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

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