Html Css Color HEX #ACB233 Brass

📋 copy color: '#ACB233'

red 172 ◦ green 178 ◦ blue 51

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

Shades of Brass #ACB233

Tints of Brass #ACB233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 42.89%
G = 44.39%
B = 12.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#ACB233 (or 0xACB233) is known color: Brass. HEX triplet: AC, B2 and 33. RGB value is (172,178,51). Sum of RGB (Red+Green+Blue) = 172+178+51=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB233 is #534DCC. Grayscale: #A2A2A2. Windows color (decimal): -5459405 or 3388076. OLE color: 3388076.

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

Color convert

RGB 172 178 51 -
CMYK 0.03 0 0.71 0.30
HSL 62.83º 0.55% 0.45% -
HSV(B) 62.83º 0.71% 0.7% -
XYZ 33.53 40.85 9.25 -
YUV 161.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 172 178 51 0.03 0 0.71 0.30 62.83 0.55 0.45
Hex AC B2 33 3 0 47 1E 3F 37 2D
Octal 254 262 63 3 0 107 36 77 67 55
Binary 10101100 10110010 110011 11 0 1000111 11110 111111 110111 101101

Color Harmonies of #ACB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB233

Black with #ACB233

Text Example


Text Example

White with #ACB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB233; }

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

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

background-color css

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

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

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

border-color css

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

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

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