Html Css Color HEX #ACA242 Brass

📋 copy color: '#ACA242'

red 172 ◦ green 162 ◦ blue 66

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

Shades of Brass #ACA242

Tints of Brass #ACA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 43%
G = 40.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACA242 (or 0xACA242) is known color: Brass. HEX triplet: AC, A2 and 42. RGB value is (172,162,66). Sum of RGB (Red+Green+Blue) = 172+162+66=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA242 is #535DBD. Grayscale: #9A9A9A. Windows color (decimal): -5463486 or 4367020. OLE color: 4367020.

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

Color convert

RGB 172 162 66 -
CMYK 0 0.06 0.62 0.33
HSL 54.34º 0.45% 0.47% -
HSV(B) 54.34º 0.62% 0.67% -
XYZ 30.92 35 10.28 -
YUV 154.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 172 162 66 0 0.06 0.62 0.33 54.34 0.45 0.47
Hex AC A2 42 0 6 3E 21 36 2D 2F
Octal 254 242 102 0 6 76 41 66 55 57
Binary 10101100 10100010 1000010 0 110 111110 100001 110110 101101 101111

Color Harmonies of #ACA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA242

Black with #ACA242

Text Example


Text Example

White with #ACA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA242; }

 p { color: rgb(172,162,66); }

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

background-color css

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

 a { background-color: rgb(172,162,66); }

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

border-color css

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

 span { border-color: rgb(172,162,66); }

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