Html Css Color HEX #ACA83C Brass

📋 copy color: '#ACA83C'

red 172 ◦ green 168 ◦ blue 60

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

Shades of Brass #ACA83C

Tints of Brass #ACA83C

RGB

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

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

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

R = 43%
G = 42%
B = 15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ACA83C (or 0xACA83C) is known color: Brass. HEX triplet: AC, A8 and 3C. RGB value is (172,168,60). Sum of RGB (Red+Green+Blue) = 172+168+60=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA83C is #5357C3. Grayscale: #9D9D9D. Windows color (decimal): -5461956 or 3975340. OLE color: 3975340.

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

Color convert

RGB 172 168 60 -
CMYK 0 0.02 0.65 0.33
HSL 57.86º 0.48% 0.45% -
HSV(B) 57.86º 0.65% 0.67% -
XYZ 31.83 37.1 9.76 -
YUV 156.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 172 168 60 0 0.02 0.65 0.33 57.86 0.48 0.45
Hex AC A8 3C 0 2 41 21 3A 30 2D
Octal 254 250 74 0 2 101 41 72 60 55
Binary 10101100 10101000 111100 0 10 1000001 100001 111010 110000 101101

Color Harmonies of #ACA83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA83C

Black with #ACA83C

Text Example


Text Example

White with #ACA83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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