Html Css Color HEX #ACA63C Brass

📋 copy color: '#ACA63C'

red 172 ◦ green 166 ◦ blue 60

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

Shades of Brass #ACA63C

Tints of Brass #ACA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 43.22%
G = 41.71%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ACA63C (or 0xACA63C) is known color: Brass. HEX triplet: AC, A6 and 3C. RGB value is (172,166,60). Sum of RGB (Red+Green+Blue) = 172+166+60=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA63C is #5359C3. Grayscale: #9C9C9C. Windows color (decimal): -5462468 or 3974828. OLE color: 3974828.

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

Color convert

RGB 172 166 60 -
CMYK 0 0.03 0.65 0.33
HSL 56.79º 0.48% 0.45% -
HSV(B) 56.79º 0.65% 0.67% -
XYZ 31.47 36.37 9.64 -
YUV 155.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 172 166 60 0 0.03 0.65 0.33 56.79 0.48 0.45
Hex AC A6 3C 0 3 41 21 39 30 2D
Octal 254 246 74 0 3 101 41 71 60 55
Binary 10101100 10100110 111100 0 11 1000001 100001 111001 110000 101101

Color Harmonies of #ACA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA63C

Black with #ACA63C

Text Example


Text Example

White with #ACA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA63C; }

 p { color: rgb(172,166,60); }

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

background-color css

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

 a { background-color: rgb(172,166,60); }

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

border-color css

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

 span { border-color: rgb(172,166,60); }

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