Html Css Color HEX #ACB235 Brass

📋 copy color: '#ACB235'

red 172 ◦ green 178 ◦ blue 53

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

Shades of Brass #ACB235

Tints of Brass #ACB235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 42.68%
G = 44.17%
B = 13.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#ACB235 (or 0xACB235) is known color: Brass. HEX triplet: AC, B2 and 35. RGB value is (172,178,53). Sum of RGB (Red+Green+Blue) = 172+178+53=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB235 is #534DCA. Grayscale: #A2A2A2. Windows color (decimal): -5459403 or 3519148. OLE color: 3519148.

HSL color Cylindrical-coordinate representation of color #ACB235: hue angle of 62.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACB235 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 53 -
CMYK 0.03 0 0.70 0.30
HSL 62.88º 0.54% 0.45% -
HSV(B) 62.88º 0.7% 0.7% -
XYZ 33.58 40.87 9.49 -
YUV 161.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 172 178 53 0.03 0 0.70 0.30 62.88 0.54 0.45
Hex AC B2 35 3 0 46 1E 3F 36 2D
Octal 254 262 65 3 0 106 36 77 66 55
Binary 10101100 10110010 110101 11 0 1000110 11110 111111 110110 101101

Color Harmonies of #ACB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB235

Black with #ACB235

Text Example


Text Example

White with #ACB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB235; }

 p { color: rgb(172,178,53); }

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

background-color css

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

 a { background-color: rgb(172,178,53); }

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

border-color css

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

 span { border-color: rgb(172,178,53); }

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